problem in linking filesrc and video converter
Tim-Philipp Müller
t.i.m at zen.co.uk
Tue Sep 3 12:20:40 PDT 2013
On Mon, 2013-08-26 at 05:41 -0700, nikit wrote:
> link_ok = gst_element_link_filtered (app->src, app->video_convert,
>
> gst_caps_new_simple
> ("video/x-raw-yuv",
>
> "format",
> G_TYPE_STRING, "I420",
If you're still using 0.10 (which you are, it seems), then this should
be
...,
"format", GST_TYPE_FOURCC, GST_MAKE_FOURCC('I','4','2','0'),
....
Cheers
-Tim
More information about the gstreamer-devel
mailing list