can't connect the decodebin to autovideosink
Sebastian Dröge
sebastian at centricular.com
Wed Apr 23 03:02:55 PDT 2014
On Mi, 2014-04-23 at 02:48 -0700, leon wrote:
> Im sorry for the dumb question,
>
> I wrote:
>
> gst_debug_set_threshold_from_string ("GST_DEBUG=app->decodebin *:6" ,
> true);
> gst_init(NULL, NULL);
>
> and nothing happen...
Read the docs :)
gst_debug_set_threshold_from_string("decodebin*:6", TRUE);
gst_init(NULL, NULL);
should work. And give you a lot of output on stderr.
--
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140423/8158b11c/attachment-0001.sig>
More information about the gstreamer-devel
mailing list