Top |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseTransform ╰── GstTagInject
Description
Element that injects new metadata tags, but passes incomming data through unmodified.
Example launch lines
1 |
gst-launch-1.0 audiotestsrc num-buffers=100 ! taginject tags="title=testsrc,artist=gstreamer" ! vorbisenc ! oggmux ! filesink location=test.ogg |
1 |
gst-launch-1.0 audiotestsrc num-buffers=100 ! taginject tags="keywords=\{\"testone\",\"audio\"\},title=\"audio\ testtone\"" ! vorbisenc ! oggmux ! filesink location=test.ogg |
Synopsis
Property Details
The “tags”
property
“tags” gchar *
List of tags to inject into the target file.
Flags: Write
Default value: NULL