Home
last modified time | relevance | path

Searched refs:vsink (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideosink.c219 GstVideoSink *vsink; in gst_video_sink_change_state() local
221 vsink = GST_VIDEO_SINK_CAST (element); in gst_video_sink_change_state()
225 gst_video_info_init (&vsink->priv->info); in gst_video_sink_change_state()
237 GstVideoSink *vsink; in gst_video_sink_set_caps() local
241 vsink = GST_VIDEO_SINK_CAST (bsink); in gst_video_sink_set_caps()
242 klass = GST_VIDEO_SINK_GET_CLASS (vsink); in gst_video_sink_set_caps()
250 vsink->priv->info = info; in gst_video_sink_set_caps()
253 return klass->set_info (vsink, caps, &vsink->priv->info); in gst_video_sink_set_caps()
262 GstVideoSink *vsink; in gst_video_sink_get_times() local
265 vsink = GST_VIDEO_SINK_CAST (bsink); in gst_video_sink_get_times()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/compositor/
Dsignals.c109 GstElement *vsrc, *vcfltr1, *compositor, *vcfltr2, *vsink; in main() local
123 MAKE_AND_ADD (vsink, pipe, "autovideosink", err); in main()
125 if (!gst_element_link_many (vsrc, vcfltr1, compositor, vcfltr2, vsink, NULL)) { in main()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Davwait.c210 GstPad *asink, *vsink, *asrc, *vsrc, *aoutput_sink, *voutput_sink; in test_avwait_generic() local
234 vsink = gst_element_get_static_pad (avwait, "vsink"); in test_avwait_generic()
235 fail_unless (vsink != NULL); in test_avwait_generic()
257 e->pad = vsink; in test_avwait_generic()
280 gst_object_unref (vsink); in test_avwait_generic()
Dvideoframe-audiolevel.c343 GstPad *asink, *vsink, *asrc, *vsrc, *aoutput_sink, *voutput_sink; in test_videoframe_audiolevel_generic() local
366 vsink = gst_element_get_static_pad (alevel, "vsink"); in test_videoframe_audiolevel_generic()
367 fail_unless (vsink != NULL); in test_videoframe_audiolevel_generic()
391 vthread = g_thread_new ("vthread", (GThreadFunc) push_vbuffers, vsink); in test_videoframe_audiolevel_generic()
430 gst_object_unref (vsink); in test_videoframe_audiolevel_generic()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtkbasesink.c536 gst_gtk_base_sink_show_frame (GstVideoSink * vsink, GstBuffer * buf) in gst_gtk_base_sink_show_frame() argument
542 gtk_sink = GST_GTK_BASE_SINK (vsink); in gst_gtk_base_sink_show_frame()
544 GST_OBJECT_LOCK (vsink); in gst_gtk_base_sink_show_frame()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2sink.c585 gst_v4l2sink_show_frame (GstVideoSink * vsink, GstBuffer * buf) in gst_v4l2sink_show_frame() argument
588 GstV4l2Sink *v4l2sink = GST_V4L2SINK (vsink); in gst_v4l2sink_show_frame()
617 ret = gst_base_sink_wait_preroll (GST_BASE_SINK (vsink)); in gst_v4l2sink_show_frame()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dvideosink.c91 static GstFlowReturn gst_d3dvideosink_show_frame (GstVideoSink * vsink,
615 gst_d3dvideosink_show_frame (GstVideoSink * vsink, GstBuffer * buffer) in gst_d3dvideosink_show_frame() argument
617 GstD3DVideoSink *sink = GST_D3DVIDEOSINK (vsink); in gst_d3dvideosink_show_frame()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsink.cc456 gst_qt_sink_show_frame (GstVideoSink * vsink, GstBuffer * buf) in gst_qt_sink_show_frame() argument
462 qt_sink = GST_QT_SINK (vsink); in gst_qt_sink_show_frame()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvksink.c571 gst_vulkan_sink_show_frame (GstVideoSink * vsink, GstBuffer * buf) in gst_vulkan_sink_show_frame() argument
573 GstVulkanSink *vk_sink = GST_VULKAN_SINK (vsink); in gst_vulkan_sink_show_frame()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davsamplevideosink.m734 gst_av_sample_video_sink_show_frame (GstVideoSink * vsink, GstBuffer * buf)
739 GST_TRACE_OBJECT (vsink, "rendering buffer:%p", buf);
741 av_sink = GST_AV_SAMPLE_VIDEO_SINK (vsink);
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dgstwaylandsink.c694 gst_wayland_sink_show_frame (GstVideoSink * vsink, GstBuffer * buffer) in gst_wayland_sink_show_frame() argument
696 GstWaylandSink *sink = GST_WAYLAND_SINK (vsink); in gst_wayland_sink_show_frame()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c72 static GstFlowReturn gst_kms_sink_show_frame (GstVideoSink * vsink,
1565 gst_kms_sink_show_frame (GstVideoSink * vsink, GstBuffer * buf) in gst_kms_sink_show_frame() argument
1579 self = GST_KMS_SINK (vsink); in gst_kms_sink_show_frame()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dcaopengllayersink.m690 gst_ca_opengl_layer_sink_show_frame (GstVideoSink * vsink, GstBuffer * buf)
697 ca_sink = GST_CA_OPENGL_LAYER_SINK (vsink);
Dgstglimagesink.c1851 gst_glimage_sink_show_frame (GstVideoSink * vsink, GstBuffer * buf) in gst_glimage_sink_show_frame() argument
1857 glimage_sink = GST_GLIMAGE_SINK (vsink); in gst_glimage_sink_show_frame()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c779 GstElement *source = NULL, *asink = NULL, *vsink = NULL; in test_base() local
901 vsink = create_sink (features, &slave_pipeline, pipesfv[0], pipesbv[1], in test_base()
903 FAIL_UNLESS (vsink); in test_base()
915 ensure_sink_setup (vsink, setup_sink, &td); in test_base()
941 if (vsink) in test_base()
942 cleanup_bus (vsink); in test_base()
976 if (vsink) in test_base()
977 gst_object_unref (vsink); in test_base()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.cpp1625 gst_dshowvideosink_show_frame (GstVideoSink *vsink, GstBuffer *buffer) in gst_dshowvideosink_show_frame() argument
1627 GstDshowVideoSink *sink = GST_DSHOWVIDEOSINK (vsink); in gst_dshowvideosink_show_frame()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.c937 gst_xv_image_sink_show_frame (GstVideoSink * vsink, GstBuffer * buf) in gst_xv_image_sink_show_frame() argument
944 xvimagesink = GST_XV_IMAGE_SINK (vsink); in gst_xv_image_sink_show_frame()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c1362 gst_x_image_sink_show_frame (GstVideoSink * vsink, GstBuffer * buf) in gst_x_image_sink_show_frame() argument
1369 ximagesink = GST_X_IMAGE_SINK (vsink); in gst_x_image_sink_show_frame()