mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
fakesink: print new MEDIA4 flag as well
This commit is contained in:
parent
2edb4fef54
commit
5ab1ee11ad
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ gst_fake_sink_render (GstBaseSink * bsink, GstBuffer * buf)
|
|||
|
||||
{
|
||||
const char *flag_list[12] = {
|
||||
"ro", "", "", "",
|
||||
"ro", "media4", "", "",
|
||||
"preroll", "discont", "incaps", "gap",
|
||||
"delta_unit", "media1", "media2", "media3"
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue