[gst-cvs] gst-plugins-bad: basevideoparse: fix warning
David Schleef
ds at kemper.freedesktop.org
Wed Jun 2 19:47:03 PDT 2010
Module: gst-plugins-bad
Branch: master
Commit: 07eb2a7293dc925736c508898b944943fe884d12
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=07eb2a7293dc925736c508898b944943fe884d12
Author: David Schleef <ds at schleef.org>
Date: Wed Jun 2 19:46:50 2010 -0700
basevideoparse: fix warning
---
gst-libs/gst/video/gstbasevideoparse.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/gst-libs/gst/video/gstbasevideoparse.c b/gst-libs/gst/video/gstbasevideoparse.c
index e140e62..e200838 100644
--- a/gst-libs/gst/video/gstbasevideoparse.c
+++ b/gst-libs/gst/video/gstbasevideoparse.c
@@ -588,7 +588,6 @@ gst_base_video_parse_chain (GstPad * pad, GstBuffer * buf)
{
GstBaseVideoParse *base_video_parse;
GstBaseVideoParseClass *klass;
- GstBuffer *buffer;
GstFlowReturn ret;
GST_DEBUG ("chain with %d bytes", GST_BUFFER_SIZE (buf));
More information about the Gstreamer-commits
mailing list