diff options
author | David Schleef <ds@schleef.org> | 2010-06-02 19:46:50 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2010-06-02 19:46:50 -0700 |
commit | 07eb2a7293dc925736c508898b944943fe884d12 (patch) | |
tree | ba35bd2071b4eac33cfc63d3452a6a32f1b6526c /gst-libs | |
parent | faa81e7386ae9ca017246afa5ceb18a9f1d14f2a (diff) | |
download | gstreamer-plugins-bad-07eb2a7293dc925736c508898b944943fe884d12.tar.gz |
basevideoparse: fix warning
Diffstat (limited to 'gst-libs')
-rw-r--r-- | 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 e140e62b7..e200838a0 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)); |