mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
basevideoparse: fix warning
This commit is contained in:
parent
faa81e7386
commit
07eb2a7293
1 changed files with 0 additions and 1 deletions
|
@ -588,7 +588,6 @@ gst_base_video_parse_chain (GstPad * pad, GstBuffer * buf)
|
||||||
{
|
{
|
||||||
GstBaseVideoParse *base_video_parse;
|
GstBaseVideoParse *base_video_parse;
|
||||||
GstBaseVideoParseClass *klass;
|
GstBaseVideoParseClass *klass;
|
||||||
GstBuffer *buffer;
|
|
||||||
GstFlowReturn ret;
|
GstFlowReturn ret;
|
||||||
|
|
||||||
GST_DEBUG ("chain with %d bytes", GST_BUFFER_SIZE (buf));
|
GST_DEBUG ("chain with %d bytes", GST_BUFFER_SIZE (buf));
|
||||||
|
|
Loading…
Reference in a new issue