interface of autovideosynk for android

Anton Olegovich ivanushkin.anton.olegovich at gmail.com
Mon Aug 25 07:33:10 PDT 2014


Hi.

I've downloaded the new version of GST (1.4.0) for android development....

I'm using some concepts, described at tutorial #3 for droid.

Here was my pipe worked at Congo version:

gst_bin_add_many(GST_BIN(data->video_pipeline),udpsrc,rtph264depay,avdec_h264,videorate,clockoverlay,tee,queue,autovideosink,NULL);

And now i can't retrive autovideosink by interface:
data->video_sink = 
gst_bin_get_by_interface(GST_BIN(data->video_pipeline), 
GST_TYPE_VIDEO_OVERLAY)

What is it?




More information about the gstreamer-devel mailing list