summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Slobodeniuk <aslobodeniuk@fluendo.com>2024-03-13 13:39:21 +0100
committerTim-Philipp Müller <tim@centricular.com>2024-03-14 00:36:07 +0000
commitf04ea0c1befa674dc2c4d6a6d655dfa9a34160e4 (patch)
treee291c924be2b30ec2755ea38d4650d180b9078a2
parenteaffd61da61c44b353a563f78e4d2391fd4e2041 (diff)
rtspsrc: remove 'deprecated' flag from the 'push-backchannel-sample' signal
It seems that it was added by accident when copying from push-backchannel-buffer Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6366>
-rw-r--r--subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c b/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c
index 289582d78b..839becbdd6 100644
--- a/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c
+++ b/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c
@@ -1257,9 +1257,9 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
*/
gst_rtspsrc_signals[SIGNAL_PUSH_BACKCHANNEL_SAMPLE] =
g_signal_new ("push-backchannel-sample", G_TYPE_FROM_CLASS (klass),
- G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION | G_SIGNAL_DEPRECATED,
- G_STRUCT_OFFSET (GstRTSPSrcClass, push_backchannel_sample), NULL, NULL,
- NULL, GST_TYPE_FLOW_RETURN, 2, G_TYPE_UINT, GST_TYPE_SAMPLE);
+ G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, G_STRUCT_OFFSET (GstRTSPSrcClass,
+ push_backchannel_sample), NULL, NULL, NULL,
+ GST_TYPE_FLOW_RETURN, 2, G_TYPE_UINT, GST_TYPE_SAMPLE);
/**
* GstRTSPSrc::get-parameter: