summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2014-05-26 10:59:06 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2014-05-26 13:43:30 -0400
commitea340455ae24d2660e07dc2a08a7b140f2fdab77 (patch)
treeca339f1bbe3ec0573cfcdbc35c231648a4d667f8 /sys
parentb3bf4e33d00d3c6b59d1f9aee46a58786ae08dfb (diff)
v4l2sink: Cleanup old pad alloc declaration
Diffstat (limited to 'sys')
-rw-r--r--sys/v4l2/gstv4l2sink.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/v4l2/gstv4l2sink.c b/sys/v4l2/gstv4l2sink.c
index b8beda12a..d3714eabd 100644
--- a/sys/v4l2/gstv4l2sink.c
+++ b/sys/v4l2/gstv4l2sink.c
@@ -114,10 +114,6 @@ static gboolean gst_v4l2sink_propose_allocation (GstBaseSink * bsink,
GstQuery * query);
static GstCaps *gst_v4l2sink_get_caps (GstBaseSink * bsink, GstCaps * filter);
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,
GstBuffer * buf);