[gst-devel] Video compression

Éric Beauchamp eric.beauchamp at gmail.com
Tue May 24 10:49:10 CEST 2005


Hi,

On 5/21/05, Ronald S. Bultje <rbultje at ronald.bitfreak.net> wrote:
> 
> Can you prepare a backtrace (gdb)?
> 

I'm a beginner to Linux, so I'm not really sure how to prepare a
backtrace. Here's the result:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1078384512 (LWP 25220)]
0x40523b7a in gst_ffmpegcsp_register () from
/usr/lib/gstreamer-0.8/libgstffmpeg.so
(gdb) bt
#0  0x40523b7a in gst_ffmpegcsp_register () from
/usr/lib/gstreamer-0.8/libgstffmpeg.so
#1  0x406c6fdc in ?? () from /usr/lib/gstreamer-0.8/libgstffmpeg.so
#2  0x00000000 in ?? ()
...
#210 0x404a4450 in ?? () from /usr/lib/gstreamer-0.8/libgstoptscheduler.so
#211 0x08211248 in ?? ()
#212 0x08211058 in ?? ()
#213 0x403a900c in realloc () from /lib/tls/libc.so.6
Previous frame inner to this frame (corrupt stack?)

And when I put some printf in my program I've found that the segfault
occur at the line:
gst_bin_add_many (GST_BIN (pipeline), source, decoder, encoder, sink, NULL);

Éric




More information about the gstreamer-devel mailing list