mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 04:45:36 +00:00
mpegdemux: improve debug output
This commit is contained in:
parent
147e0682b4
commit
ba39867606
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ gst_section_filter_push (GstSectionFilter * filter, gboolean pusi, /* deter
|
|||
if (pusi) {
|
||||
const guint8 *data = GST_BUFFER_DATA (buf);
|
||||
if (filter->last_continuity_counter != 255) {
|
||||
GST_WARNING ("section lost, last continuity counter: %d"
|
||||
GST_WARNING ("section lost, last continuity counter: %d, "
|
||||
"we now have a pusi at continuity counter: %d",
|
||||
filter->last_continuity_counter, continuity_counter);
|
||||
gst_section_filter_clear (filter);
|
||||
|
@ -152,7 +152,7 @@ gst_section_filter_push (GstSectionFilter * filter, gboolean pusi, /* deter
|
|||
/* we have lost the section and we are not a start
|
||||
* section, so clear what was in it */
|
||||
else {
|
||||
GST_WARNING ("section lost, last continuity counter: %d"
|
||||
GST_WARNING ("section lost, last continuity counter: %d, "
|
||||
"new continuity counter but not pusi: %d",
|
||||
filter->last_continuity_counter, continuity_counter);
|
||||
gst_section_filter_clear (filter);
|
||||
|
|
Loading…
Reference in a new issue