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 604841 - playbin: should post bus messages and not emit glib signals
playbin: should post bus messages and not emit glib signals
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
playback
Depends on:
Blocks:
 
 
Reported: 2009-12-17 15:39 UTC by Sylvain BERTRAND
Modified: 2013-12-27 19:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sylvain BERTRAND 2009-12-17 15:39:55 UTC
Some features of playbin2 are handled using glib signals. They should be handled with bus messages.
For instance: "video-changed" "video-tags-changed" glib signals. Short cutting the bus defeats its very existence.