videosink on iOS
Jonathan Hunt
hunt at braincorporation.com
Mon Mar 17 11:50:59 PDT 2014
Hi,
I'm trying to follow the ios tutorials for gstreamer 1.2.3. However, I
can't find a working way to display video. autovideosink does not seem
to result in something capable of display.
i.e This pipeline succeeds "gst_parse_launch("videotestsrc ! warptv !
videoconvert ! autovideosink", &error);"
but
video_sink = gst_bin_get_by_interface(GST_BIN(pipeline),
GST_TYPE_VIDEO_OVERLAY);
returns nil.
The only way I've been able to get a video overlay is with "playbin"
but I don't want to play media. Does the iOS gstreamer now have a
functioning videosink (I know earlier versions did not).
I apologize if this has already been answered somewhere. I searched
the list archives.
Thanks,
Jonny
More information about the gstreamer-devel
mailing list