mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
gstelements_private: sync gst_buffer_get_flags_string() with new flags
This commit is contained in:
parent
a5d22be74b
commit
84707d088f
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ gst_buffer_get_flags_string (GstBuffer * buffer)
|
|||
static const char flag_strings[] =
|
||||
"\000\000\000\000live\000decode-only\000discont\000resync\000corrupted\000"
|
||||
"marker\000header\000gap\000droppable\000delta-unit\000tag-memory\000"
|
||||
"FIXME";
|
||||
"sync-after\000non-droppable\000FIXME";
|
||||
static const guint8 flag_idx[] = { 0, 1, 2, 3, 4, 9, 21, 29, 36, 46, 53,
|
||||
60, 64, 74, 85, 96
|
||||
60, 64, 74, 85, 96, 107, 121,
|
||||
};
|
||||
int i, max_bytes;
|
||||
char *flag_str, *end;
|
||||
|
|
Loading…
Reference in a new issue