Lines Matching refs:gstview
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 superview
279 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->gstview
606 bounds = [osxvideosink->osxwindow->gstview getDrawingBounds];
793 osxwindow->gstview =[osxwindow->win gstView];
812 [osxvideosink->osxwindow->gstview removeFromSuperview];
828 [osxvideosink->osxwindow->gstview addToSuperview: osxvideosink->superview];
848 if (osxwindow->gstview) {
849 [osxwindow->gstview setVideoSize :(int)osxwindow->width :(int)osxwindow->height];
869 texture_buffer = (guint8 *) [osxvideosink->osxwindow->gstview getTextureBuffer];
885 [osxvideosink->osxwindow->gstview displayTexture];
922 [osxwindow->gstview removeFromSuperview];
924 [osxwindow->gstview release];