[Bug 720981] Pipeline hangs if there is tee/queue before decodebin

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 24 05:35:33 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=720981
  GStreamer | gst-plugins-base | 1.2.1

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|                            |NOTABUG

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2013-12-24 13:35:32 UTC ---
The problem seems to be that the interleaving of the audio/video stream here is
too big in the source file. With a tee or queue avidemux will run in push mode,
which has (conceptionally) no way to work around this properly. In pull mode
(i.e. without tee or queue) it works properly.

You can work around that if you put unlimited-sized queues after avidemux.

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