532
edits
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> | ||
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/ | Filename /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libsei.so | ||
Version 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: | ||
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 } | ||
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. |
edits