[Bug 743657] dvdemux: no tags for .dv files

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 15 04:50:12 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743657

--- Comment #12 from RaviKiran <ravi.kiran at samsung.com> ---
Tag event is sent in gst_dvdemux_add_pad(). But, dvdemux->videosrcpad,
dvdemux->audiosrcpad are assigned with return value of gst_dvdemux_add_pad(). 
So, when gst_dvdemux_demux_video() calls gst_dvdemux_add_pad() for adding
videosrcpad, dvdemux->videosrcpad will still be null. So, it doesn't send tag
to videosrcpad.

But, it sends it to audiosrc pad, because by the time gst_dvdemux_add_pad() is
called to create videosrcpad, dvdemux->audiosrcpad is already populated.

-- 
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