radioactv: add one more set of caps

It also work in this format. Avoids the need for conversion.
This commit is contained in:
Stefan Sauer 2011-11-25 11:44:49 +01:00
parent 3295482afd
commit c1d38ea8d4

View file

@ -139,9 +139,9 @@ GST_BOILERPLATE (GstRadioacTV, gst_radioactv, GstVideoFilter,
GST_TYPE_VIDEO_FILTER); GST_TYPE_VIDEO_FILTER);
#if G_BYTE_ORDER == G_LITTLE_ENDIAN #if G_BYTE_ORDER == G_LITTLE_ENDIAN
#define CAPS_STR GST_VIDEO_CAPS_RGBx #define CAPS_STR GST_VIDEO_CAPS_RGBx "; " GST_VIDEO_CAPS_BGRx
#else #else
#define CAPS_STR GST_VIDEO_CAPS_xBGR #define CAPS_STR GST_VIDEO_CAPS_xBGR "; " GST_VIDEO_CAPS_xRGB
#endif #endif
static GstStaticPadTemplate gst_radioactv_src_template = static GstStaticPadTemplate gst_radioactv_src_template =