oggmux: small debug statement in DISCONT
This commit is contained in:
parent
7e43c10754
commit
6cee823237
@ -1293,6 +1293,7 @@ gst_ogg_mux_process_best_pad (GstOggMux * ogg_mux, GstOggPad * best)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (GST_BUFFER_IS_DISCONT (buf)) {
|
if (GST_BUFFER_IS_DISCONT (buf)) {
|
||||||
|
GST_LOG_OBJECT (pad->collect.pad, "got discont");
|
||||||
packet.packetno++;
|
packet.packetno++;
|
||||||
/* No public API for this; hack things in */
|
/* No public API for this; hack things in */
|
||||||
pad->stream.pageno++;
|
pad->stream.pageno++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user