good:rtsp: Modify the wrong property type 23/291223/1
authorjiyong.min <jiyong.min@samsung.com>
Wed, 12 Apr 2023 05:39:29 +0000 (14:39 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Wed, 12 Apr 2023 05:43:27 +0000 (14:43 +0900)
[Version] 1.22.0-27
[Issue Type] Bug fix

Change-Id: I8770a2d991b2082b8d68fa4cf6fdb5cc59268643

packaging/gstreamer.spec
subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c

index 5454415..0b3e67a 100644 (file)
@@ -62,7 +62,7 @@
 
 Name:           %{_name}
 Version:        1.22.0
-Release:        26
+Release:        27
 Summary:        Streaming-Media Framework Runtime
 License:        LGPL-2.0+
 Group:          Multimedia/Framework
index fecc506..9e99132 100644 (file)
@@ -668,9 +668,9 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
           0, G_MAXUINT64, DEFAULT_START_POSITION,
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   g_object_class_install_property (gobject_class, PROP_POST_STREAM_INFO_MESSAGE,
-      g_param_spec_uint64 ("stream-info-message", "set stream info message",
+      g_param_spec_boolean ("stream-info-message", "set stream info message",
           "Send stream info message when stream is opened.",
-          0, G_MAXUINT64, DEFAULT_STREAM_INFO_MESSAGE,
+          DEFAULT_STREAM_INFO_MESSAGE,
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 #endif
   g_object_class_install_property (gobject_class, PROP_TCP_TIMEOUT,