[gstreamer-bugs] [Bug 336387] mpeg demuxer reffing null caps

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 28 12:01:30 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=336387
 GStreamer | gst-plugins-ugly | Ver: HEAD CVS





------- Comment #2 from Tim-Philipp Müller  2006-03-28 20:01 UTC -------
The line in gstmpegdemux.c

 927  GST_BUFFER_CAPS (outbuf) = gst_caps_ref (outstream->caps);

was introduced as part of the patch in bug #326598. It's unrelated and
doesn't make much sense either (as there is already a gst_buffer_set_caps()
call two lines above), so it can just be removed.

What still needs fixing though is that outstream->caps is NULL in the first
place though (which isn't caught when gst_buffer_set_caps() is used).


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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