From: Sebastian Dröge Date: Sun, 9 Feb 2014 09:19:50 +0000 (+0100) Subject: Revert "rtsp-server: support build against last stable release" X-Git-Tag: 1.19.3~495^2~871 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=902b59f8238b48d3f225b494c808116bd439d825;p=platform%2Fupstream%2Fgstreamer.git Revert "rtsp-server: support build against last stable release" This reverts commit 099a10f61f11413ad0ada8ee0b7b7ad1210b1b2f. Let us require 1.2.3 now, which is going to be released in a few minutes. --- diff --git a/gst/rtsp-server/rtsp-media.c b/gst/rtsp-server/rtsp-media.c index 40b31d1..69ecded 100644 --- a/gst/rtsp-server/rtsp-media.c +++ b/gst/rtsp-server/rtsp-media.c @@ -241,12 +241,10 @@ gst_rtsp_media_class_init (GstRTSPMediaClass * klass) "If this media pipeline can be reused after an unprepare", DEFAULT_REUSABLE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); -#ifdef GST_TYPE_RTSP_PROFILE g_object_class_install_property (gobject_class, PROP_PROFILES, g_param_spec_flags ("profiles", "Profiles", "Allowed transfer profiles", GST_TYPE_RTSP_PROFILE, DEFAULT_PROFILES, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); -#endif g_object_class_install_property (gobject_class, PROP_PROTOCOLS, g_param_spec_flags ("protocols", "Protocols", diff --git a/gst/rtsp-server/rtsp-stream.c b/gst/rtsp-server/rtsp-stream.c index dba20f4..4bea0fd 100644 --- a/gst/rtsp-server/rtsp-stream.c +++ b/gst/rtsp-server/rtsp-stream.c @@ -173,12 +173,10 @@ gst_rtsp_stream_class_init (GstRTSPStreamClass * klass) "The control string for this stream", DEFAULT_CONTROL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); -#ifdef GST_TYPE_RTSP_PROFILE g_object_class_install_property (gobject_class, PROP_PROFILES, g_param_spec_flags ("profiles", "Profiles", "Allowed transfer profiles", GST_TYPE_RTSP_PROFILE, DEFAULT_PROFILES, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); -#endif g_object_class_install_property (gobject_class, PROP_PROTOCOLS, g_param_spec_flags ("protocols", "Protocols",