[gstreamer-bugs] [Bug 352958] pad_alloc_buffer and stream lock

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Aug 28 02:16:47 PDT 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=352958
 GStreamer | gstreamer (core) | Ver: HEAD CVS


Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com




------- Comment #1 from Edward Hervey  2006-08-28 09:16 UTC -------
ffmpeg is passing GST_PAD_CAPS (ffmpegdec->srcpad) , whereas:
_ There's no check as to the pad having caps
_ That piece of code doesn't have the lock on the pad, so the caps could
change.

Maybe we should get the caps at the beginning of that function (via
gst_pad_get_caps()) and unref it at the end.

I can't reproduce that error though :(


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