avidemux: more DISCONT handling
Add some debug in the DISCONT handling code. When we receive a DISCONT in push mode, mark all streams as DISCONT.
This commit is contained in:
parent
0011c9b0da
commit
1175d0698c
@ -5082,9 +5082,6 @@ gst_avi_demux_chain (GstPad * pad, GstBuffer * buf)
|
|||||||
avi->stream[i].discont = TRUE;
|
avi->stream[i].discont = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GST_BUFFER_IS_DISCONT (buf))
|
|
||||||
gst_adapter_clear (avi->adapter);
|
|
||||||
|
|
||||||
GST_DEBUG ("Store %d bytes in adapter", GST_BUFFER_SIZE (buf));
|
GST_DEBUG ("Store %d bytes in adapter", GST_BUFFER_SIZE (buf));
|
||||||
gst_adapter_push (avi->adapter, buf);
|
gst_adapter_push (avi->adapter, buf);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user