summaryrefslogtreecommitdiff
path: root/gst/gsttracerrecord.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-07-24 13:30:39 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-07-24 13:33:50 +0100
commite4f7cdb0df7b28efa5ac9c764b64899167c94250 (patch)
tree4559460c0313995b22243b80532aa3fb004dedee /gst/gsttracerrecord.c
parent39aa7026593850930d0c0f9e50fb65d792b69394 (diff)
tracer: declare GstTracer API stable
It's been around for more than 4 years and people have built lots of stuff on top of it, doesn't really make sense to keep it marked as unstable. We're unlikely to change it now, and we can always deprecate it and make a new one if needed. This stabilises the following API: - gst_tracer_register() - gst_tracing_get_active_tracers() - gst_tracing_register_hook() - gst_tracer_record_new() - gst_tracer_record_log() Might also help a bit with #424 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/576>
Diffstat (limited to 'gst/gsttracerrecord.c')
-rw-r--r--gst/gsttracerrecord.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/gsttracerrecord.c b/gst/gsttracerrecord.c
index 5b73a08688..97d4c00019 100644
--- a/gst/gsttracerrecord.c
+++ b/gst/gsttracerrecord.c
@@ -30,8 +30,6 @@
* Since: 1.8
*/
-#define GST_USE_UNSTABLE_API
-
#include "gst_private.h"
#include "gstenumtypes.h"
#include "gstinfo.h"