[Bug 660816] dvd menus got broken

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 24 21:10:38 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=660816
  GStreamer | gst-plugins-base | unspecified

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.dufresne at collabora.
                   |                            |co.uk

--- Comment #16 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2011-10-25 04:10:32 UTC ---
(In reply to comment #13)
> The pad blocked callback temporarily disconnects the ghost pads, so I'll need
> to add some locking around it, as someone else is getting NULL pointers from
> there from time to time.

I do get NULL poitner very often, this is due to a bug in the ghost_pad_target
implementation. I'm currently working on that (see bug 658517).

Take note that this patch is not correct. Getting the peer of the target will
reverse the direction. Instead you should simply call getcaps ont he target.
Actually, gst_proxy_pad_getcaps_default() will do the right thing, no need to
implement our own here. I'll post a patch as soon as the other fix is pushed.

-- 
Configure bugmail: https://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