mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
radioactv: add one more set of caps
It also work in this format. Avoids the need for conversion.
This commit is contained in:
parent
3295482afd
commit
c1d38ea8d4
1 changed files with 2 additions and 2 deletions
|
@ -139,9 +139,9 @@ GST_BOILERPLATE (GstRadioacTV, gst_radioactv, GstVideoFilter,
|
|||
GST_TYPE_VIDEO_FILTER);
|
||||
|
||||
#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
|
||||
#define CAPS_STR GST_VIDEO_CAPS_xBGR
|
||||
#define CAPS_STR GST_VIDEO_CAPS_xBGR "; " GST_VIDEO_CAPS_xRGB
|
||||
#endif
|
||||
|
||||
static GstStaticPadTemplate gst_radioactv_src_template =
|
||||
|
|
Loading…
Reference in a new issue