link encodebin to decodebin failed
Edward Hervey
bilboed at bilboed.com
Sun Sep 29 22:54:28 PDT 2013
Hi,
On Mon, 2013-09-30 at 04:44 +0100, narcisse doudieu siewe wrote:
> Hello I have to link encodebin with decodebin but this failed
> I dont know but it seems that gst_element_request_pad has some
> problems
> when using gdb I get this error :
>
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0xa95feb40 (LWP 4685)]
> 0xb7858c24 in gst_buffer_unmap (buffer=0x3d,
> info=info at entry=0xa95fdc24)
> at gstbuffer.c:1480
Without more information, the only thing one can say is that the
buffer argument is most certainly wrong (0x3d isn't a valid pointer).
Maybe this is the result of memory getting corrupted earlier on.
Do you have any warnings before that ? Run it with GST_DEBUG=3 and
G_DEBUG=fatal_warnings
Edward
More information about the gstreamer-devel
mailing list