• Home
  • Raw
  • Download

Lines Matching refs:bsink

91 static gboolean gst_qt_sink_stop (GstBaseSink * bsink);
93 static gboolean gst_qt_sink_query (GstBaseSink * bsink, GstQuery * query);
98 static void gst_qt_sink_get_times (GstBaseSink * bsink, GstBuffer * buf,
100 static gboolean gst_qt_sink_set_caps (GstBaseSink * bsink, GstCaps * caps);
101 static GstFlowReturn gst_qt_sink_show_frame (GstVideoSink * bsink,
103 static gboolean gst_qt_sink_propose_allocation (GstBaseSink * bsink,
307 gst_qt_sink_query (GstBaseSink * bsink, GstQuery * query) in gst_qt_sink_query() argument
309 GstQtSink *qt_sink = GST_QT_SINK (bsink); in gst_qt_sink_query()
322 res = GST_BASE_SINK_CLASS (parent_class)->query (bsink, query); in gst_qt_sink_query()
330 gst_qt_sink_stop (GstBaseSink * bsink) in gst_qt_sink_stop() argument
417 gst_qt_sink_get_times (GstBaseSink * bsink, GstBuffer * buf, in gst_qt_sink_get_times() argument
422 qt_sink = GST_QT_SINK (bsink); in gst_qt_sink_get_times()
440 gst_qt_sink_set_caps (GstBaseSink * bsink, GstCaps * caps) in gst_qt_sink_set_caps() argument
442 GstQtSink *qt_sink = GST_QT_SINK (bsink); in gst_qt_sink_set_caps()
471 gst_qt_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query) in gst_qt_sink_propose_allocation() argument
473 GstQtSink *qt_sink = GST_QT_SINK (bsink); in gst_qt_sink_propose_allocation()
544 GST_DEBUG_OBJECT (bsink, "no caps specified"); in gst_qt_sink_propose_allocation()
549 GST_DEBUG_OBJECT (bsink, "invalid caps specified"); in gst_qt_sink_propose_allocation()
554 GST_DEBUG_OBJECT (bsink, "failed setting config"); in gst_qt_sink_propose_allocation()