cc708overlay: Deprecate element in favour of cea708overlay

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3459

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8397>
This commit is contained in:
Sebastian Dröge 2025-02-03 09:39:07 +01:00 committed by GStreamer Marge Bot
parent fa9b630fc8
commit a1c123d342

View file

@ -18,6 +18,16 @@
* Boston, MA 02110-1301, USA.
*/
/**
* SECTION:element-cc708overlay
* @title: cc708overlay
*
* CEA-708 overlay element.
*
* This element is deprecated and will be removed in the future. Use
* #cea708overlay instead.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@ -370,6 +380,9 @@ gst_base_cea_cc_overlay_init (GstCeaCcOverlay * overlay,
g_mutex_init (&overlay->lock);
g_cond_init (&overlay->cond);
gst_segment_init (&overlay->segment, GST_FORMAT_TIME);
g_warning
("cc708overlay is deprecated and will be removed in the future. Use cea708overlay instead.");
}
/* only negotiate/query video overlay composition support for now */