[Bug 753964] New: [Patch] Add streamable support to jifmux
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Aug 22 07:25:08 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753964
Bug ID: 753964
Summary: [Patch] Add streamable support to jifmux
Classification: Platform
Product: GStreamer
Version: 1.4.5
OS: Mac OS
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: minfrin at sharp.fm
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 309863
--> https://bugzilla.gnome.org/attachment.cgi?id=309863&action=edit
0001-Add-support-for-the-streamable-property-which-allows.patch
By default jifmux uses the GST_TAG_MERGE_KEEP mode on incoming tag events,
meaning that only the first attempt to set a tag counts.
This patch adds the streamable parameter, which if set to "true" will use
GST_TAG_MERGE_REPLACE instead on tags.
This allows tags to be set on multiple JPEGs.
Patch is modelled on the flvmux element, which has identical behaviour.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list