After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 326881 - [playbin] stream selector connects to 'state-changed'
[playbin] stream selector connects to 'state-changed'
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.2
Assigned To: Jan Schmidt
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-13 18:15 UTC by Andy Wingo
Modified: 2006-01-18 14:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andy Wingo 2006-01-13 18:15:13 UTC
There is no state-changed signal.
Comment 1 Tim-Philipp Müller 2006-01-16 14:36:55 UTC
Any chance for a quick-fix before the release today?
Comment 2 Jan Schmidt 2006-01-16 14:52:36 UTC
Not from me - I'm not sure how to fix this with GstBus. 

In any case, stream selection as currently implemented is badly broken in GStreamer 0.10, because as soon as a pad returns GST_FLOW_NOT_LINKED, gstqueue shuts down the srcpad task and it'll never wake up again.
Comment 3 Jan Schmidt 2006-01-18 14:46:16 UTC
Fixed in CVS by commenting out the connect. Stream selection doesn't currently work properly anyway. Will fix that separately.