gstreamer/tests/check
Seungha Yang 410efd196a video-chroma: Add support for any combination of chroma-site flags
We've been allowing only a few known chroma-site values such as
jpeg (not co-sited), mpeg2 (horizontally co-sited) and
dv (co-sited on alternate lines). That's insufficient for
representing all possible chroma-site values. By this commit,
we can represent any combination of chroma-site flags.
But, an exception here is that any combination with
GST_VIDEO_CHROMA_SITE_NONE will be considered as invalid value.

For any combination of chroma-site flags,
gst_video_chroma_to_string() method is deprecated in order to
return newly allocated string via a new gst_video_chroma_site_to_string()
method. And for consistent API naming, gst_video_chroma_from_string()
is also deprecated. Newly written code should use
gst_video_chroma_site_from_string() instead.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/927>
2020-12-08 07:21:28 +00:00
..
elements videoaggregator: Guarantee that the output format is supported 2020-11-03 00:10:31 +00:00
generic Remove autotools build system 2019-10-13 14:15:43 +01:00
gst Remove autotools build system 2019-10-13 14:15:43 +01:00
libs video-chroma: Add support for any combination of chroma-site flags 2020-12-08 07:21:28 +00:00
pipelines tests: simple-launch-lines: remove use of unused HAVE_LIBVISUAL define 2019-12-09 07:33:55 +00:00
gst-plugins-base.supp tests: fix up valgrind suppressions for glibc getaddrinfo leaks 2019-09-08 01:52:36 +01:00
meson.build rtp: add base object for reading/writing rtp header extensions (RFC5285) 2020-12-03 10:19:32 +00:00