Searched refs:gstview (Results 1 – 5 of 5) sorted by relevance
261 osxwindow->gstview =[[GstGLView alloc] initWithFrame:rect];265 [osxwindow->gstview setMainThread:sink_class->ns_app_thread];275 * osxvideosink->superview. We now add osxwindow->gstview to the superview279 gst_osx_video_sink_call_from_main_thread(osxvideosink, osxwindow->gstview,288 [osxwindow->gstview setNavigation: GST_NAVIGATION(osxvideosink)];289 [osxvideosink->osxwindow->gstview setKeepAspectRatio: osxvideosink->keep_par];332 GST_DEBUG_OBJECT (osxvideosink, "Calling setVideoSize on %p", osxwindow->gstview);473 [osxvideosink->osxwindow->gstview606 bounds = [osxvideosink->osxwindow->gstview getDrawingBounds];793 osxwindow->gstview =[osxwindow->win gstView];[all …]
80 GstGLView *gstview; variable
74 GstGLView* gstview; member
306 gstview = [[GstGLView alloc] initWithFrame:rect];308 if (gstview)309 [self setContentView:gstview];323 return gstview;
72069 osxvideosink: start the loop before calling [gstview haveSuperview]