Lines Matching refs:psink
201 static gboolean gst_app_sink_start (GstBaseSink * psink);
202 static gboolean gst_app_sink_stop (GstBaseSink * psink);
205 static GstFlowReturn gst_app_sink_preroll (GstBaseSink * psink,
207 static GstFlowReturn gst_app_sink_render_common (GstBaseSink * psink,
209 static GstFlowReturn gst_app_sink_render (GstBaseSink * psink,
211 static GstFlowReturn gst_app_sink_render_list (GstBaseSink * psink,
214 static GstCaps *gst_app_sink_getcaps (GstBaseSink * psink, GstCaps * filter);
739 gst_app_sink_start (GstBaseSink * psink) in gst_app_sink_start() argument
741 GstAppSink *appsink = GST_APP_SINK_CAST (psink); in gst_app_sink_start()
762 gst_app_sink_stop (GstBaseSink * psink) in gst_app_sink_stop() argument
764 GstAppSink *appsink = GST_APP_SINK_CAST (psink); in gst_app_sink_stop()
921 gst_app_sink_preroll (GstBaseSink * psink, GstBuffer * buffer) in gst_app_sink_preroll() argument
924 GstAppSink *appsink = GST_APP_SINK_CAST (psink); in gst_app_sink_preroll()
1027 gst_app_sink_render_common (GstBaseSink * psink, GstMiniObject * data, in gst_app_sink_render_common() argument
1031 GstAppSink *appsink = GST_APP_SINK_CAST (psink); in gst_app_sink_render_common()
1044 gst_pad_has_current_caps (GST_BASE_SINK_PAD (psink)))) { in gst_app_sink_render_common()
1045 priv->last_caps = gst_pad_get_current_caps (GST_BASE_SINK_PAD (psink)); in gst_app_sink_render_common()
1070 if ((ret = gst_base_sink_wait_preroll (psink)) != GST_FLOW_OK) in gst_app_sink_render_common()
1123 gst_app_sink_render (GstBaseSink * psink, GstBuffer * buffer) in gst_app_sink_render() argument
1125 return gst_app_sink_render_common (psink, GST_MINI_OBJECT_CAST (buffer), in gst_app_sink_render()
1160 gst_app_sink_getcaps (GstBaseSink * psink, GstCaps * filter) in gst_app_sink_getcaps() argument
1163 GstAppSink *appsink = GST_APP_SINK_CAST (psink); in gst_app_sink_getcaps()