[gstreamer-bugs] [Bug 504642] mpeg2enc deadlock

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Dec 20 03:54:52 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=504642

  GStreamer | gst-plugins-bad | Ver: 0.10.14

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
             Status|UNCONFIRMED                 |NEEDINFO




------- Comment #1 from Tim-Philipp Müller  2007-12-20 11:54 UTC -------
> The following command produces a deadlock in the mpeg2enc plugin.  
>  ...
> gdb shows all threads waiting at a poll()

This is often not a deadlock, but usually means either that your pipeline is
incorrect (probably some incompatible caps somewhere, and gst-launch is waiting
for more pads to appear that don't appear), or that one of your queues isn't
big enough.

Try:

 gst-launch-0.10 filesrc location=better-web-app.mov  ! decodebin2 name=d 
avimux name=m ! fakesink    d. ! queue max-size-bytes=0 max-size-buffers=0
max-size-time=0 ! videorate ! mpeg2enc ! m.  d. ! queue max-size-bytes=0
max-size-buffers=0 max-size-time=0 ! audioconvert ! audioresample ! ffenc_mp2 !
 m. -v


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=504642.




More information about the Gstreamer-bugs mailing list