Lines Matching refs:bsink
62 static gboolean gst_fbdevsink_start (GstBaseSink * bsink);
63 static gboolean gst_fbdevsink_stop (GstBaseSink * bsink);
65 static GstCaps *gst_fbdevsink_getcaps (GstBaseSink * bsink, GstCaps * filter);
66 static gboolean gst_fbdevsink_setcaps (GstBaseSink * bsink, GstCaps * caps);
120 gst_fbdevsink_getcaps (GstBaseSink * bsink, GstCaps * filter) in gst_fbdevsink_getcaps() argument
131 fbdevsink = GST_FBDEVSINK (bsink); in gst_fbdevsink_getcaps()
206 GST_WARNING_OBJECT (bsink, "unsupported bit depth: %d", bpp); in gst_fbdevsink_getcaps()
211 GST_WARNING_OBJECT (bsink, "could not map fbdev format to GstVideoFormat: " in gst_fbdevsink_getcaps()
220 gst_fbdevsink_setcaps (GstBaseSink * bsink, GstCaps * vscapslist) in gst_fbdevsink_setcaps() argument
226 fbdevsink = GST_FBDEVSINK (bsink); in gst_fbdevsink_setcaps()
291 gst_fbdevsink_start (GstBaseSink * bsink) in gst_fbdevsink_start() argument
295 fbdevsink = GST_FBDEVSINK (bsink); in gst_fbdevsink_start()
324 gst_fbdevsink_stop (GstBaseSink * bsink) in gst_fbdevsink_stop() argument
328 fbdevsink = GST_FBDEVSINK (bsink); in gst_fbdevsink_stop()