mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
[MOVED FROM BAD 10/68] gst/colorspace/gstcolorspace.c: Don't advertise a conversion we don't support (bug #139532)
Original commit message from CVS: * gst/colorspace/gstcolorspace.c: Don't advertise a conversion we don't support (bug #139532)
This commit is contained in:
parent
1513e5afa2
commit
fe6699ec28
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ static GstStaticPadTemplate gst_colorspace_src_template =
|
||||||
GST_PAD_SRC,
|
GST_PAD_SRC,
|
||||||
GST_PAD_ALWAYS,
|
GST_PAD_ALWAYS,
|
||||||
GST_STATIC_CAPS (GST_VIDEO_CAPS_xRGB "; "
|
GST_STATIC_CAPS (GST_VIDEO_CAPS_xRGB "; "
|
||||||
GST_VIDEO_CAPS_BGRx "; " GST_VIDEO_CAPS_RGB "; " GST_VIDEO_CAPS_RGB_16)
|
GST_VIDEO_CAPS_RGB "; " GST_VIDEO_CAPS_RGB_16)
|
||||||
);
|
);
|
||||||
|
|
||||||
/* Stereo signals and args */
|
/* Stereo signals and args */
|
||||||
|
|
Loading…
Reference in a new issue