mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +00:00
cmml: Use complete cmml caps in the unit test
This commit is contained in:
parent
0fd1397921
commit
8f1f6d1a57
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
#include <gst/tag/tag.h>
|
#include <gst/tag/tag.h>
|
||||||
|
|
||||||
#define SINK_CAPS "text/x-cmml"
|
#define SINK_CAPS "text/x-cmml"
|
||||||
#define SRC_CAPS "text/x-cmml"
|
#define SRC_CAPS "text/x-cmml, encoded=(boolean)TRUE"
|
||||||
|
|
||||||
#define IDENT_HEADER \
|
#define IDENT_HEADER \
|
||||||
"CMML\x00\x00\x00\x00"\
|
"CMML\x00\x00\x00\x00"\
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include <gst/tag/tag.h>
|
#include <gst/tag/tag.h>
|
||||||
|
|
||||||
#define SINK_CAPS "text/x-cmml"
|
#define SINK_CAPS "text/x-cmml"
|
||||||
#define SRC_CAPS "text/x-cmml"
|
#define SRC_CAPS "text/x-cmml,encoded=(boolean)FALSE"
|
||||||
|
|
||||||
#define IDENT_HEADER \
|
#define IDENT_HEADER \
|
||||||
"CMML\x00\x00\x00\x00"\
|
"CMML\x00\x00\x00\x00"\
|
||||||
|
|
Loading…
Reference in a new issue