From cafb999fb0cdf32803fcc3f85f2652212f05c2d0 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 25 Jul 2024 21:25:58 +1000 Subject: [PATCH] webrtc: Fix transceiver `current-direction` property Fix a typo registering the `current-direction` property that made it just be a proxy for `direction` instead. Part-of: --- .../gst-plugins-bad/gst-libs/gst/webrtc/rtptransceiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtptransceiver.c b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtptransceiver.c index 2db2abd4d1..cbeac04a86 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtptransceiver.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtptransceiver.c @@ -263,7 +263,7 @@ gst_webrtc_rtp_transceiver_class_init (GstWebRTCRTPTransceiverClass * klass) * Since: 1.20 **/ g_object_class_install_property (gobject_class, - PROP_DIRECTION, + PROP_CURRENT_DIRECTION, g_param_spec_enum ("current-direction", "Current Direction", "Transceiver current direction", GST_TYPE_WEBRTC_RTP_TRANSCEIVER_DIRECTION,