Searched refs:SRC_CAPS_TMPL (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | flacparse.c | 29 #define SRC_CAPS_TMPL "audio/x-flac, framed=(boolean)false" macro 41 GST_STATIC_CAPS (SRC_CAPS_TMPL) 210 SRC_CAPS_TMPL); in GST_START_TEST()
|
D | ac3parse.c | 29 #define SRC_CAPS_TMPL "audio/x-ac3, framed=(boolean)false" macro 41 GST_STATIC_CAPS (SRC_CAPS_TMPL)
|
D | mpegaudioparse.c | 29 #define SRC_CAPS_TMPL "audio/mpeg, parsed=(boolean)false, mpegversion=(int)1" macro 41 GST_STATIC_CAPS (SRC_CAPS_TMPL)
|
D | aacparse.c | 31 #define SRC_CAPS_TMPL "audio/mpeg, framed=(boolean)false, mpegversion=(int){2,4}" macro 51 GST_STATIC_CAPS (SRC_CAPS_TMPL)
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | h263parse.c | 29 #define SRC_CAPS_TMPL "video/x-h263, variant=(string)itu, parsed=(boolean)false" macro 41 GST_STATIC_CAPS (SRC_CAPS_TMPL)
|
D | mpeg4videoparse.c | 29 #define SRC_CAPS_TMPL "video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, parsed=(boole… macro 41 GST_STATIC_CAPS (SRC_CAPS_TMPL)
|
D | mpegvideoparse.c | 30 #define SRC_CAPS_TMPL "video/mpeg, mpegversion=(int)2, systemstream=(boolean)false, parsed=(boole… macro 42 GST_STATIC_CAPS (SRC_CAPS_TMPL)
|
D | h264parse.c | 35 #define SRC_CAPS_TMPL "video/x-h264, parsed=(boolean)false" macro 69 GST_STATIC_CAPS (SRC_CAPS_TMPL) 515 GST_STATIC_CAPS (SRC_CAPS_TMPL 517 SRC_CAPS_TMPL 769 caps = gst_caps_from_string (SRC_CAPS_TMPL); in GST_START_TEST()
|
D | h265parse.c | 29 #define SRC_CAPS_TMPL "video/x-h265, parsed=(boolean)false" macro 42 GST_STATIC_CAPS (SRC_CAPS_TMPL)
|