[gstreamer-bugs] [Bug 387160] New: [qtdemux] posts buffering message which can cause hangs

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Dec 18 06:56:30 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=387160

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

           Summary: [qtdemux] posts buffering message which can cause hangs
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-bad
        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


When operating in streaming mode, qtdemux posts BUFFERING messages on the bus
if the stream headers are behind the movie data, to notify the user that
something is happening while it reads the entire movie data into memory.

These BUFFERING messages can confuse applications like gst-launch or totem
(which might change pipeline state based on them), causing 'hangs'.

qtdemux shouldn't post BUFFERING messages for this purpose.

Attached patch changes qtdemux to post element messages called "progress"
instead that applications can catch separately if they want to.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list