summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHåvard Graff <havard.graff@tandberg.com>2008-10-07 18:54:41 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-10-07 18:54:41 +0000
commitb398d611a459a674d6d7f097350ce47fe7e721d1 (patch)
treebf68f94de59ae16d02d9c0d1e28341586a22f80c /ChangeLog
parentae65d3945bd52f49fcf03b404f24555650b2b402 (diff)
downloadgst-plugins-bad-b398d611a459a674d6d7f097350ce47fe7e721d1.tar.gz
gst-plugins-bad-b398d611a459a674d6d7f097350ce47fe7e721d1.tar.bz2
gst-plugins-bad-b398d611a459a674d6d7f097350ce47fe7e721d1.zip
gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal.
Original commit message from CVS: Patch by: Håvard Graff <havard dot graff at tandberg dot com> * gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal. * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session), (gst_rtp_bin_class_init): * gst/rtpmanager/gstrtpbin.h: Add action signal to retrieve the internal RTPSession object. * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init), (gst_rtp_session_get_property), (gst_rtp_session_release_pad): Add property to access the internal RTPSession object. * gst/rtpmanager/rtpsession.c: (rtp_session_class_init), (check_collision): * gst/rtpmanager/rtpsession.h: Add action signal to retrieve an RTPSource object by SSRC. See #555396.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95e5d696..0d4860e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-10-07 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Håvard Graff <havard dot graff at tandberg dot com>
+
+ * gst/rtpmanager/gstrtpbin-marshal.list:
+ Add marshaller for new action signal.
+
+ * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
+ (gst_rtp_bin_class_init):
+ * gst/rtpmanager/gstrtpbin.h:
+ Add action signal to retrieve the internal RTPSession object.
+
+ * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
+ (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
+ Add property to access the internal RTPSession object.
+
+ * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
+ (check_collision):
+ * gst/rtpmanager/rtpsession.h:
+ Add action signal to retrieve an RTPSource object by SSRC.
+ See #555396.
+
2008-10-07 Stefan Kost <ensonic@users.sf.net>
* gst/selector/gstoutputselector.c: