• Home
  • Raw
  • Download

Lines Matching refs:bsrc

76 static GstCaps *gst_avdtp_src_getcaps (GstBaseSrc * bsrc, GstCaps * filter);
77 static gboolean gst_avdtp_src_query (GstBaseSrc * bsrc, GstQuery * query);
78 static gboolean gst_avdtp_src_start (GstBaseSrc * bsrc);
79 static gboolean gst_avdtp_src_stop (GstBaseSrc * bsrc);
80 static GstFlowReturn gst_avdtp_src_create (GstBaseSrc * bsrc, guint64 offset,
82 static gboolean gst_avdtp_src_unlock (GstBaseSrc * bsrc);
83 static gboolean gst_avdtp_src_unlock_stop (GstBaseSrc * bsrc);
198 gst_avdtp_src_query (GstBaseSrc * bsrc, GstQuery * query) in gst_avdtp_src_query() argument
200 GstAvdtpSrc *avdtpsrc = GST_AVDTP_SRC (bsrc); in gst_avdtp_src_query()
220 ret = GST_BASE_SRC_CLASS (parent_class)->query (bsrc, query); in gst_avdtp_src_query()
227 gst_avdtp_src_getcaps (GstBaseSrc * bsrc, GstCaps * filter) in gst_avdtp_src_getcaps() argument
229 GstAvdtpSrc *avdtpsrc = GST_AVDTP_SRC (bsrc); in gst_avdtp_src_getcaps()
302 ret = GST_BASE_SRC_CLASS (parent_class)->get_caps (bsrc, filter); in gst_avdtp_src_getcaps()
357 gst_avdtp_src_start (GstBaseSrc * bsrc) in gst_avdtp_src_start() argument
359 GstAvdtpSrc *avdtpsrc = GST_AVDTP_SRC (bsrc); in gst_avdtp_src_start()
415 gst_avdtp_src_stop (GstBaseSrc * bsrc) in gst_avdtp_src_stop() argument
417 GstAvdtpSrc *avdtpsrc = GST_AVDTP_SRC (bsrc); in gst_avdtp_src_stop()
434 gst_avdtp_src_create (GstBaseSrc * bsrc, guint64 offset, guint length, in gst_avdtp_src_create() argument
437 GstAvdtpSrc *avdtpsrc = GST_AVDTP_SRC (bsrc); in gst_avdtp_src_create()
461 ret = GST_BASE_SRC_CLASS (parent_class)->alloc (bsrc, offset, length, outbuf); in gst_avdtp_src_create()
490 GST_DEBUG_OBJECT (bsrc, "alloc failed: %s", gst_flow_get_name (ret)); in gst_avdtp_src_create()
506 gst_avdtp_src_unlock (GstBaseSrc * bsrc) in gst_avdtp_src_unlock() argument
508 GstAvdtpSrc *avdtpsrc = GST_AVDTP_SRC (bsrc); in gst_avdtp_src_unlock()
518 gst_avdtp_src_unlock_stop (GstBaseSrc * bsrc) in gst_avdtp_src_unlock_stop() argument
520 GstAvdtpSrc *avdtpsrc = GST_AVDTP_SRC (bsrc); in gst_avdtp_src_unlock_stop()