Lines Matching refs:basesink
113 static gboolean gst_shout2send_unlock (GstBaseSink * basesink);
114 static gboolean gst_shout2send_unlock_stop (GstBaseSink * basesink);
117 static gboolean gst_shout2send_start (GstBaseSink * basesink);
118 static gboolean gst_shout2send_stop (GstBaseSink * basesink);
125 static gboolean gst_shout2send_setcaps (GstBaseSink * basesink, GstCaps * caps);
459 gst_shout2send_start (GstBaseSink * basesink) in gst_shout2send_start() argument
461 GstShout2send *sink = GST_SHOUT2SEND (basesink); in gst_shout2send_start()
669 gst_shout2send_stop (GstBaseSink * basesink) argument
671 GstShout2send *sink = GST_SHOUT2SEND (basesink);
692 gst_shout2send_unlock (GstBaseSink * basesink) argument
696 sink = GST_SHOUT2SEND (basesink);
698 GST_DEBUG_OBJECT (basesink, "unlock");
705 gst_shout2send_unlock_stop (GstBaseSink * basesink) argument
709 sink = GST_SHOUT2SEND (basesink);
711 GST_DEBUG_OBJECT (basesink, "unlock_stop");
718 gst_shout2send_render (GstBaseSink * basesink, GstBuffer * buf) argument
728 sink = GST_SHOUT2SEND (basesink);
746 fret = gst_base_sink_wait_preroll (basesink);
937 gst_shout2send_setcaps (GstBaseSink * basesink, GstCaps * caps) argument
943 shout2send = GST_SHOUT2SEND (basesink);