projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e721d26
)
rtpsession: internal-ssrc is no longer deprecated
author
Wim Taymans
<wtaymans@redhat.com>
Mon, 30 Dec 2013 16:00:45 +0000
(17:00 +0100)
committer
Wim Taymans
<wtaymans@redhat.com>
Mon, 30 Dec 2013 16:00:45 +0000
(17:00 +0100)
gst/rtpmanager/rtpsession.c
patch
|
blob
|
history
diff --git
a/gst/rtpmanager/rtpsession.c
b/gst/rtpmanager/rtpsession.c
index
d42a1d2
..
1eda78f
100644
(file)
--- a/
gst/rtpmanager/rtpsession.c
+++ b/
gst/rtpmanager/rtpsession.c
@@
-325,7
+325,7
@@
rtp_session_class_init (RTPSessionClass * klass)
g_object_class_install_property (gobject_class, PROP_INTERNAL_SSRC,
g_param_spec_uint ("internal-ssrc", "Internal SSRC",
- "The internal SSRC used for the session
(deprecated)
",
+ "The internal SSRC used for the session",
0, G_MAXUINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
g_object_class_install_property (gobject_class, PROP_INTERNAL_SOURCE,