mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
factory: change to new style caps
This commit is contained in:
parent
4c59e211e2
commit
377f6d9156
1 changed files with 2 additions and 5 deletions
|
@ -34,13 +34,10 @@ enum
|
||||||
|
|
||||||
|
|
||||||
#define RAW_VIDEO_CAPS \
|
#define RAW_VIDEO_CAPS \
|
||||||
"video/x-raw-yuv; " \
|
"video/x-raw"
|
||||||
"video/x-raw-rgb; " \
|
|
||||||
"video/x-raw-gray"
|
|
||||||
|
|
||||||
#define RAW_AUDIO_CAPS \
|
#define RAW_AUDIO_CAPS \
|
||||||
"audio/x-raw-int; " \
|
"audio/x-raw"
|
||||||
"audio/x-raw-float"
|
|
||||||
|
|
||||||
static GstStaticCaps raw_video_caps = GST_STATIC_CAPS (RAW_VIDEO_CAPS);
|
static GstStaticCaps raw_video_caps = GST_STATIC_CAPS (RAW_VIDEO_CAPS);
|
||||||
static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS (RAW_AUDIO_CAPS);
|
static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS (RAW_AUDIO_CAPS);
|
||||||
|
|
Loading…
Reference in a new issue