[gstreamer-bugs] [Bug 504642] New: mpeg2enc deadlock

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Dec 20 02:46:06 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
           Summary: mpeg2enc deadlock
           Product: GStreamer
           Version: 0.10.14
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: s355248 at student.uq.edu.au
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


The following command produces a deadlock in the mpeg2enc plugin.  

gst-launch filesrc location="file.mov" ! qtdemux name="demux"  avimux
name="mux" ! filesink location="output.avi" { demux. ! queue ! ffdec_mpeg4 !
videorate ! mpeg2enc ! queue ! mux. }  { demux. ! queue ! decodebin !
audioconvert ! audioresample ! ffenc_mp2 ! queue ! mux. } 

The file I'm using (i.e file.mov) is actually
http://oodt.jpl.nasa.gov/better-web-app.mov.  It is over 300mb.

With debug on level 4:

0:00:03.190904000 18949 0x89cdb0 DEBUG             mpeg2enc :0:: REST GOP INIT
0:00:03.191621000 18949 0x89cdb0 DEBUG             mpeg2enc :0:: Frame I
T=11017 A=062485  Xi=1460741.30 Xp=620347.82 Xb=0.00
0:00:03.206175000 18949 0x89cdb0 DEBUG             mpeg2enc :0:: Frame I A=
13456 4639808.21: I =  10163 P =  4253 B =   inf
0:00:03.212212000 18949 0x89cdb0 INFO              mpeg2enc :0:: Frame    48   
48 I q=43.10 sum act=3473.21119    
0:00:16.464923000 18949 0x606080 DEBUG              GST_BUS
gstbus.c:335:gst_bus_post:<bus2> [msg 0x864910] posting on bus, type
application, GstLaunchInterrupt, message=(string)"Pipeline\ interrupted"

Note the timestamp.  gdb shows all threads waiting at a poll()


-- 
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