[gstreamer-bugs] [Bug 350006] [LADSPA] after changing state from PLAYING to READY/NULL, going back to PLAYING doesn't work

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Aug 8 13:06:20 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=350006
 GStreamer | gst-plugins-good | Ver: HEAD CVS


Andy Wingo changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70236|0                           |1
        is obsolete|                            |
  Attachment #70237|0                           |1
        is obsolete|                            |




------- Comment #3 from Andy Wingo  2006-08-08 20:05 UTC -------
Created an attachment (id=70507)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=70507&action=view)
patchy patch

Jono, you should check out the python shell, and its most awesome variant
ipython (google for it). It's great.

So my test case goes like this:

$ ipython
>> import pygst; pygst.require('0.10'); import gst
>> p = gst.parse_launch('audiotestsrc ! audioconvert ! ladspa-identity-audio ! fakesink')
>> p.set_state(gst.STATE_PLAYING)
>> p.set_state(gst.STATE_NULL)
>> p.set_state(gst.STATE_PLAYING)

Anyways, the attached patch fixes this bug and #349901. Unfortunately we are in
a freeze. Try it out and tell me if there are more problems.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list