mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
v4l2sink: Cleanup old pad alloc declaration
This commit is contained in:
parent
b3bf4e33d0
commit
ea340455ae
1 changed files with 0 additions and 4 deletions
|
@ -114,10 +114,6 @@ static gboolean gst_v4l2sink_propose_allocation (GstBaseSink * bsink,
|
||||||
GstQuery * query);
|
GstQuery * query);
|
||||||
static GstCaps *gst_v4l2sink_get_caps (GstBaseSink * bsink, GstCaps * filter);
|
static GstCaps *gst_v4l2sink_get_caps (GstBaseSink * bsink, GstCaps * filter);
|
||||||
static gboolean gst_v4l2sink_set_caps (GstBaseSink * bsink, GstCaps * caps);
|
static gboolean gst_v4l2sink_set_caps (GstBaseSink * bsink, GstCaps * caps);
|
||||||
#if 0
|
|
||||||
static GstFlowReturn gst_v4l2sink_buffer_alloc (GstBaseSink * bsink,
|
|
||||||
guint64 offset, guint size, GstCaps * caps, GstBuffer ** buf);
|
|
||||||
#endif
|
|
||||||
static GstFlowReturn gst_v4l2sink_show_frame (GstBaseSink * bsink,
|
static GstFlowReturn gst_v4l2sink_show_frame (GstBaseSink * bsink,
|
||||||
GstBuffer * buf);
|
GstBuffer * buf);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue