basevideoparse: fix warning

This commit is contained in:
David Schleef 2010-06-02 19:46:50 -07:00
parent faa81e7386
commit 07eb2a7293

View file

@ -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));