fakesink, identity, fakesrc: fix debug printing if TAG_MEMORY buffer flag

The IN_CAPS flag does not exist any more.
This commit is contained in:
Tim-Philipp Müller 2014-03-06 20:40:46 +00:00
parent 5973f8c2ca
commit 3c966d060d
3 changed files with 9 additions and 6 deletions

View file

@ -455,9 +455,10 @@ gst_fake_sink_render (GstBaseSink * bsink, GstBuffer * buf)
}
{
const char *flag_list[15] = {
const char *flag_list[] = {
"", "", "", "", "live", "decode-only", "discont", "resync", "corrupted",
"marker", "header", "gap", "droppable", "delta-unit", "in-caps"
"marker", "header", "gap", "droppable", "delta-unit", "tag-memory",
"FIXME"
};
int i;
char *end = flag_str;

View file

@ -831,9 +831,10 @@ gst_fake_src_create (GstBaseSrc * basesrc, guint64 offset, guint length,
}
{
const char *flag_list[15] = {
const char *flag_list[] = {
"", "", "", "", "live", "decode-only", "discont", "resync", "corrupted",
"marker", "header", "gap", "droppable", "delta-unit", "in-caps"
"marker", "header", "gap", "droppable", "delta-unit", "tag-memory",
"FIXME"
};
int i;
char *end = flag_str;

View file

@ -471,9 +471,10 @@ gst_identity_update_last_message_for_buffer (GstIdentity * identity,
GST_OBJECT_LOCK (identity);
{
const char *flag_list[15] = {
const char *flag_list[] = {
"", "", "", "", "live", "decode-only", "discont", "resync", "corrupted",
"marker", "header", "gap", "droppable", "delta-unit", "in-caps"
"marker", "header", "gap", "droppable", "delta-unit", "tag-memory",
"FIXME"
};
int i;
char *end = flag_str;