[gstreamer-bugs] [Bug 345751] New: gst-launch segfaults on dv -> ogg theora /vorbis

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jun 23 07:31:28 PDT 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=345751
 GStreamer | gst-plugins | Ver: 0.10.x

           Summary: gst-launch segfaults on dv -> ogg theora /vorbis
           Product: GStreamer
           Version: 0.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: j at bootlab.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


trying to convert a dv file to theora with this command:
gst-launch-0.10 
 filesrc location=input.dv ! decodebin name=decode decode. ! \
 queue max-size-buffers=100 max-size-time=0 max-size-bytes=0 ! \
 ffmpegcolorspace ! ffdeinterlace ! ffmpegcolorspace ! \
 videobox top=8 bottom=8 left=4 right=16 ! videoscale method=1 ! \
 video/x-raw-yuv,width=320,height=240,pixel-aspect-ratio=(fraction)1/1 ! \
 videorate ! video/x-raw-yuv,framerate=(fraction)25/2 ! \
 theoraenc quality=16 sharpness=2 ! oggmux name=mux ! \
 filesink location=output.ogg \
 decode. ! queue max-size-buffers=100 max-size-bytes=0 max-size-time=0 ! \
 audioconvert ! audio/x-raw-float ! audioresample ! \
 audio/x-raw-float,rate=22500,channels=1 ! vorbisenc quality=-0.1 ! mux.

i get a segmentation fault after about 4 minutes. 

here is a backtrace on the core file:
(gdb) bt
#0  0xb63a6e44 in dv_parse_ac_coeffs () from /usr/lib/libdv.so.4
#1  0xb63a423a in dv_decode_full_frame () from /usr/lib/libdv.so.4
#2  0xb63e543e in gst_dvdec_get_type ()
   from /usr/lib/gstreamer-0.10/libgstdv.so
#3  0xb7edb804 in gst_pad_chain () from /usr/lib/libgstreamer-0.10.so.0
#4  0xb7edbfa2 in gst_pad_push () from /usr/lib/libgstreamer-0.10.so.0
#5  0xb79f2463 in gst_queue_get_type ()
   from /usr/lib/gstreamer-0.10/libgstcoreelements.so
#6  0xb7eefd9f in gst_task_get_type () from /usr/lib/libgstreamer-0.10.so.0
#7  0xb7e14448 in g_thread_pool_free () from /usr/lib/libglib-2.0.so.0
#8  0xb7e125a2 in g_static_private_free () from /usr/lib/libglib-2.0.so.0
#9  0xb7dc6341 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#10 0xb7d5b4ee in clone () from /lib/tls/i686/cmov/libc.so.6


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