mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
oggmux: small debug statement in DISCONT
This commit is contained in:
parent
7e43c10754
commit
6cee823237
1 changed files with 1 additions and 0 deletions
|
@ -1293,6 +1293,7 @@ gst_ogg_mux_process_best_pad (GstOggMux * ogg_mux, GstOggPad * best)
|
|||
}
|
||||
|
||||
if (GST_BUFFER_IS_DISCONT (buf)) {
|
||||
GST_LOG_OBJECT (pad->collect.pad, "got discont");
|
||||
packet.packetno++;
|
||||
/* No public API for this; hack things in */
|
||||
pad->stream.pageno++;
|
||||
|
|
Loading…
Reference in a new issue