[gstreamer-bugs] [Bug 332045] New: GstBus needs API to disable flushing in READY => NULL

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Feb 21 07:18:28 PST 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=332045
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: GstBus needs API to disable flushing in READY => NULL
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


We need some kind of API like

  gst_bus_set_auto_flushing (bus, FALSE);

to disable an element's bus from flushing all messages when going READY =>
NULL.

The flushing when going to NULL is a big pain for all applications that keep
state and update their state via state-changed messages on the bus.


For example, such an application can't just do

 gst_element_set_state (playbin, NULL);

but needs to first go to READY, wait for that to finish, then parse all
messages on the bus (to update state correctly) and then finally go to NULL.


-- 
Configure bugmail: http://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