Jump to content

GstSEIMetadata/User Guide: Difference between revisions

Line 176: Line 176:
The expected output of running <pre>gst-inspect-1.0 seiextract</pre> is the following:
The expected output of running <pre>gst-inspect-1.0 seiextract</pre> is the following:
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
#gst-inspect-1.0 seiextract
Factory Details:
Factory Details:
   Rank                    none (0)
   Rank                    none (0)
Line 188: Line 186:
   Name                    sei
   Name                    sei
   Description              Gstreamer plugin to add meta-data as SEI NAL units
   Description              Gstreamer plugin to add meta-data as SEI NAL units
   Filename                /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libsei.so
   Filename                /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libsei.so
   Version                  0.1.0
   Version                  0.5.4
   License                  Proprietary
   License                  Proprietary
   Source module            gst-sei
   Source module            gst-sei
Line 203: Line 201:


Pad Templates:
Pad Templates:
   SRC template: 'src'
   SINK template: 'sink'
     Availability: Always
     Availability: Always
     Capabilities:
     Capabilities:
Line 211: Line 209:
           stream-format: { (string)byte-stream, (string)hvc1 }
           stream-format: { (string)byte-stream, (string)hvc1 }
    
    
   SINK template: 'sink'
   SRC template: 'src'
     Availability: Always
     Availability: Always
     Capabilities:
     Capabilities:
Line 230: Line 228:
Element Properties:
Element Properties:
   name                : The name of the object
   name                : The name of the object
                         flags: readable, writable
                         flags: readable, writable, 0x2000
                         String. Default: "seiextract0"
                         String. Default: "seiextract0"
   parent              : The parent of the object
   parent              : The parent of the object
                         flags: readable, writable
                         flags: readable, writable, 0x2000
                         Object of type "GstObject"
                         Object of type "GstObject"
   qos                : Handle Quality-of-Service events
   qos                : Handle Quality-of-Service events
Line 249: Line 247:


</syntaxhighlight>
</syntaxhighlight>
==Important Properties==
==Important Properties==
* signal-new-metadata: It is a boolean that if set to TRUE sends a signal when metadata is received.
* signal-new-metadata: It is a boolean that if set to TRUE sends a signal when metadata is received.
532

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.