mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
qtdemux: debug additional sdtp flag
This commit is contained in:
parent
e4fed38f49
commit
e179a7edbe
1 changed files with 2 additions and 0 deletions
|
@ -742,6 +742,8 @@ qtdemux_dump_sdtp (GstQTDemux * qtdemux, GstByteReader * data, int depth)
|
|||
((guint16) (val >> 2)) & 0x3);
|
||||
GST_LOG ("%*s sample_has_redundancy: %d", depth, "",
|
||||
((guint16) (val >> 4)) & 0x3);
|
||||
GST_LOG ("%*s early display: %d", depth, "",
|
||||
((guint16) (val >> 6)) & 0x1);
|
||||
++i;
|
||||
}
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue