Lines Matching refs:bsink
65 static gboolean gst_sf_sink_start (GstBaseSink * bsink);
66 static gboolean gst_sf_sink_stop (GstBaseSink * bsink);
67 static void gst_sf_sink_fixate (GstBaseSink * bsink, GstCaps * caps);
68 static gboolean gst_sf_sink_set_caps (GstBaseSink * bsink, GstCaps * caps);
69 static gboolean gst_sf_sink_activate_pull (GstBaseSink * bsink,
71 static GstFlowReturn gst_sf_sink_render (GstBaseSink * bsink,
73 static gboolean gst_sf_sink_event (GstBaseSink * bsink, GstEvent * event);
223 gst_sf_sink_start (GstBaseSink * bsink) in gst_sf_sink_start() argument
230 gst_sf_sink_stop (GstBaseSink * bsink) in gst_sf_sink_stop() argument
232 GstSFSink *this = GST_SF_SINK (bsink); in gst_sf_sink_stop()
320 gst_sf_sink_fixate (GstBaseSink * bsink, GstCaps * caps) in gst_sf_sink_fixate() argument
346 gst_sf_sink_set_caps (GstBaseSink * bsink, GstCaps * caps) in gst_sf_sink_set_caps() argument
348 GstSFSink *this = (GstSFSink *) bsink; in gst_sf_sink_set_caps()
468 gst_sf_sink_render (GstBaseSink * bsink, GstBuffer * buffer) in gst_sf_sink_render() argument
473 this = (GstSFSink *) bsink; in gst_sf_sink_render()
504 gst_sf_sink_event (GstBaseSink * bsink, GstEvent * event) in gst_sf_sink_event() argument
509 this = (GstSFSink *) bsink; in gst_sf_sink_event()