From: jiyong.min Date: Wed, 12 Apr 2023 05:39:29 +0000 (+0900) Subject: good:rtsp: Modify the wrong property type X-Git-Tag: accepted/tizen/unified/20230605.170352~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F291223%2F1;p=platform%2Fupstream%2Fgstreamer.git good:rtsp: Modify the wrong property type [Version] 1.22.0-27 [Issue Type] Bug fix Change-Id: I8770a2d991b2082b8d68fa4cf6fdb5cc59268643 --- diff --git a/packaging/gstreamer.spec b/packaging/gstreamer.spec index 5454415..0b3e67a 100644 --- a/packaging/gstreamer.spec +++ b/packaging/gstreamer.spec @@ -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 diff --git a/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c b/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c index fecc506..9e99132 100644 --- a/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c +++ b/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c @@ -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,