From ea340455ae24d2660e07dc2a08a7b140f2fdab77 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 26 May 2014 10:59:06 -0400 Subject: [PATCH] v4l2sink: Cleanup old pad alloc declaration --- sys/v4l2/gstv4l2sink.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/v4l2/gstv4l2sink.c b/sys/v4l2/gstv4l2sink.c index b8beda12a9..d3714eabdb 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);