videosink on iOS

Jonathan Hunt hunt at braincorporation.com
Mon Mar 17 14:55:12 PDT 2014


I also posted this question on stackoverlow if anyone prefers to answer there.
https://stackoverflow.com/questions/22465227/videosink-on-gstreamer-1-2-3-ios

J

On Mon, Mar 17, 2014 at 11:50 AM, Jonathan Hunt
<hunt at braincorporation.com> wrote:
> 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