diff options
Diffstat (limited to 'gst/playback/gstrawcaps.h')
-rw-r--r-- | gst/playback/gstrawcaps.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/playback/gstrawcaps.h b/gst/playback/gstrawcaps.h index 0297e3310..5fb156e51 100644 --- a/gst/playback/gstrawcaps.h +++ b/gst/playback/gstrawcaps.h @@ -26,9 +26,7 @@ G_BEGIN_DECLS #define DEFAULT_RAW_CAPS \ - "video/x-raw-yuv; " \ - "video/x-raw-rgb; " \ - "video/x-raw-gray; " \ + "video/x-raw; " \ "audio/x-raw-int; " \ "audio/x-raw-float; " \ "text/plain; " \ |