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 677846 - Playbin2: No STATE_CHANGED bus message when stopping pipeline
Playbin2: No STATE_CHANGED bus message when stopping pipeline
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-11 10:18 UTC by Jens Georg
Modified: 2012-06-11 10:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jens Georg 2012-06-11 10:18:56 UTC
There's no STATE_CHANGED bus message when setting STATE_NULL from STATE_PLAYING or STATE_PAUSED.
Comment 1 Wim Taymans 2012-06-11 10:23:05 UTC
It's normal, the pipeline bus is set to the flushing state when going to NULL and so you don't see the last messages. You can set the "auto-flush-bus" property to FALSE to get all message.

The reason is that there were a lot of memory leaks because people forgot to pop messages from the bus so we decided to remove the messages when the pipeline was disposed.