[gst-devel] videomixer

Stefan Kost ensonic at hora-obscura.de
Tue Nov 3 18:28:45 CET 2009


palani at i-rode.com schrieb:
> Hi,
>
> I tried the following command:
> gst-launch rtspsrc location=rtsp://IP/test.mp4 ! rtph264depay !
> mfw_vpudecoder ! videobox ! videomixer ! videobox ! mfw_v4lsink
>
> I am getting the following errors.
>
> (gst-launch-0.10:1883): GStreamer-CRITICAL **:
> gst_mini_object_is_writable: assertion `mini_object != NULL' failed
>
> (gst-launch-0.10:1883): GStreamer-CRITICAL **:
> gst_mini_object_is_writable: assertion `mini_object != NULL' failed
>
> (gst-launch-0.10:1883): GStreamer-CRITICAL **:
> gst_mini_object_is_writable: assertion `mini_object != NULL' failed
>
> (gst-launch-0.10:1883): GStreamer-CRITICAL **:
> gst_mini_object_is_writable: assertion `mini_object != NULL' failed
>
> If I try without videomixer, I did not get this error and video plays
> properly.
>
> Can anyone help me?
>   
G_DEBUG="fatal_warnings" gdb --args gst-launch rtspsrc
location=rtsp://IP/test.mp4 ! rtph264depay ! mfw_vpudecoder ! videobox !
videomixer ! videobox ! mfw_v4lsink

inside gdb "run" and when it breaks "bt", then you got a backtrace and
can make a fix.

Stefan
> Regards,
> Palanivel
>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>   





More information about the gstreamer-devel mailing list