mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
[MOVED FROM BAD 05/68] configure.ac: the Hermes library controls hermescolorspace, not colorspace.
Original commit message from CVS: * configure.ac: the Hermes library controls hermescolorspace, not colorspace. * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init), (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef, not /* */ * ext/sdl/sdlvideosink.c: Change XID to unsigned long. * ext/sdl/sdlvideosink.h: ditto. * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
This commit is contained in:
parent
0d48ebcedb
commit
243acdb0a4
1 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@ GST_STATIC_PAD_TEMPLATE (
|
|||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS (
|
||||
GST_VIDEO_CAPS_xRGB "; "
|
||||
GST_VIDEO_CAPS_BGRx "; "
|
||||
GST_VIDEO_CAPS_RGB "; "
|
||||
GST_VIDEO_CAPS_RGB_16
|
||||
)
|
||||
|
@ -627,7 +628,7 @@ GST_PLUGIN_DEFINE (
|
|||
GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"colorspace",
|
||||
"Hermes colorspace converter",
|
||||
"internal colorspace converter",
|
||||
plugin_init,
|
||||
VERSION,
|
||||
"LGPL",
|
||||
|
|
Loading…
Reference in a new issue