rtp: Include rtpvrawpay/depay 89/324689/2 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20250612.143553 accepted/tizen/unified/x/20250612.222014
authorJiyong <jiyong.min@samsung.com>
Fri, 23 May 2025 01:23:01 +0000 (10:23 +0900)
committerJiyong <jiyong.min@samsung.com>
Tue, 10 Jun 2025 02:01:06 +0000 (11:01 +0900)
The rtpvrawpay/depay have been included.

[Version] 1.24.11-19
[Issue Type] next-mirroring

Change-Id: Ifaca1a802cd93cf5a4958a2c6d3babe1c43fd955

packaging/gstreamer.spec
subprojects/gst-plugins-good/gst/rtp/gstrtp.c
subprojects/gst-plugins-good/gst/rtp/meson.build

index 944e0ea818204df0e4d4d737c7471a2491da3a76..adf812338a4fba3a48dbd6f497a0e4a835c8e932 100644 (file)
@@ -61,7 +61,7 @@
 
 Name:           %{_name}
 Version:        1.24.11
-Release:        18
+Release:        19
 Summary:        Streaming-Media Framework Runtime
 License:        LGPL-2.0+
 Group:          Multimedia/Framework
index ec1649e8425cfd5833e92da6815c9b6097dd8848..a934e79cea51e16e332846374fa9f87c79bb3330 100644 (file)
@@ -129,10 +129,8 @@ plugin_init (GstPlugin * plugin)
   ret |= GST_ELEMENT_REGISTER (rtpvp8pay, plugin);
   ret |= GST_ELEMENT_REGISTER (rtpvp9depay, plugin);
   ret |= GST_ELEMENT_REGISTER (rtpvp9pay, plugin);
-#ifndef TIZEN_FEATURE_EXCLUDE_UNUSED_ELEMENTS
   ret |= GST_ELEMENT_REGISTER (rtpvrawdepay, plugin);
   ret |= GST_ELEMENT_REGISTER (rtpvrawpay, plugin);
-#endif
   ret |= GST_ELEMENT_REGISTER (rtpstreampay, plugin);
   ret |= GST_ELEMENT_REGISTER (rtpstreamdepay, plugin);
 #ifndef TIZEN_FEATURE_EXCLUDE_UNUSED_ELEMENTS
index 370705b8615e9b178a520d2cd5a3a63d65c70384..97a43db44298889e6fa3757a249d75f23c56d7ed 100644 (file)
@@ -37,6 +37,8 @@ rtp_sources = [
   'gstrtpvp8pay.c',
   'gstrtpvp9depay.c',
   'gstrtpvp9pay.c',
+  'gstrtpvrawdepay.c',
+  'gstrtpvrawpay.c',
   'gstrtpstreampay.c',
   'gstrtpstreamdepay.c',
   'gstrtputils.c',