[gst-devel] gstreamer error

Michael Smith msmith at xiph.org
Fri Oct 24 19:34:15 CEST 2008


On Fri, Oct 24, 2008 at 4:24 AM, arnabsamanta
<arnabsamanta at tataelxsi.co.in> wrote:
>  Hi ,
>        Can any body kindly tell me what this following error is when am running
> the pipeline
>
>                filesrc location=/root/data.dat ! queue3 ! filesink
> location=/root/frame1.dat
>
>        ERROR :
>
>                (gst-launch-0.10:21350): GStreamer-CRITICAL **: gst_mini_object_unref:
> assertion `mini_object->refcount > 0'           failed
>

Presumably in your 'queue3' element, doing some refcounting wrongly.

If you set G_DEBUG=fatal_warnings, then run it in a debugger, you can
track down where this is happening. From there, hopefully you can
track down your plugin bug.

Mike




More information about the gstreamer-devel mailing list