mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
Revert "rtsp-server: support build against last stable release"
This reverts commit 099a10f61f
.
Let us require 1.2.3 now, which is going to be released in a few
minutes.
This commit is contained in:
parent
8bd53dcf9c
commit
902b59f823
2 changed files with 0 additions and 4 deletions
|
@ -241,12 +241,10 @@ gst_rtsp_media_class_init (GstRTSPMediaClass * klass)
|
||||||
"If this media pipeline can be reused after an unprepare",
|
"If this media pipeline can be reused after an unprepare",
|
||||||
DEFAULT_REUSABLE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
DEFAULT_REUSABLE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
#ifdef GST_TYPE_RTSP_PROFILE
|
|
||||||
g_object_class_install_property (gobject_class, PROP_PROFILES,
|
g_object_class_install_property (gobject_class, PROP_PROFILES,
|
||||||
g_param_spec_flags ("profiles", "Profiles",
|
g_param_spec_flags ("profiles", "Profiles",
|
||||||
"Allowed transfer profiles", GST_TYPE_RTSP_PROFILE,
|
"Allowed transfer profiles", GST_TYPE_RTSP_PROFILE,
|
||||||
DEFAULT_PROFILES, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
DEFAULT_PROFILES, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
#endif
|
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_PROTOCOLS,
|
g_object_class_install_property (gobject_class, PROP_PROTOCOLS,
|
||||||
g_param_spec_flags ("protocols", "Protocols",
|
g_param_spec_flags ("protocols", "Protocols",
|
||||||
|
|
|
@ -173,12 +173,10 @@ gst_rtsp_stream_class_init (GstRTSPStreamClass * klass)
|
||||||
"The control string for this stream", DEFAULT_CONTROL,
|
"The control string for this stream", DEFAULT_CONTROL,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
#ifdef GST_TYPE_RTSP_PROFILE
|
|
||||||
g_object_class_install_property (gobject_class, PROP_PROFILES,
|
g_object_class_install_property (gobject_class, PROP_PROFILES,
|
||||||
g_param_spec_flags ("profiles", "Profiles",
|
g_param_spec_flags ("profiles", "Profiles",
|
||||||
"Allowed transfer profiles", GST_TYPE_RTSP_PROFILE,
|
"Allowed transfer profiles", GST_TYPE_RTSP_PROFILE,
|
||||||
DEFAULT_PROFILES, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
DEFAULT_PROFILES, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
#endif
|
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_PROTOCOLS,
|
g_object_class_install_property (gobject_class, PROP_PROTOCOLS,
|
||||||
g_param_spec_flags ("protocols", "Protocols",
|
g_param_spec_flags ("protocols", "Protocols",
|
||||||
|
|
Loading…
Reference in a new issue