[Bug 659640] [Input-selector] with two videotestsrc is loaded while switching above zero cause crash

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 20 13:59:37 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=659640
  GStreamer | common | 0.10.34

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk
         Resolution|                            |INVALID

--- Comment #1 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-09-20 20:59:34 UTC ---
Trying to repro this, I notice that active-pad's type is not an index, but a
GstPad.
To make this work, you'll need to retrieve the pad from the upstrea element,
and use this to set active-pad to.
As it is, you're trying to get gstreamer to use (GstPad*)1, which will indeed
crash for good reason.

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