<div dir="ltr">Does anyone have an example for using "gst_player_video_overlay_video_renderer_new_with_sink()"?<div><br></div><div>I have a pipeline ending with "videoconvert" that can be piped into autovideosink as in "videoconvert ! autovideosink". The pipeline is created with: "gst_parse_launch"</div><div><br></div><div>I also have a video player running in iOS instantiated as follows:</div><div><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">GstPlayerVideoRenderer *renderer = gst_player_video_overlay_video_renderer_new_with_sink ((<span style="color:rgb(222,56,165)">__bridge</span> gpointer)(video_view), mySink);</p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">player = gst_player_new (renderer, <span style="color:rgb(222,56,165)">NULL</span>);<br></p></div><div><br></div><div>My question is: How to setup "mySink" to connect the GstElement *pipeline with the renderer?</div><div><div dir="ltr" class="gmail_signature"><br></div></div></div>