summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-03 11:35:39 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-03 11:35:39 +0000
commit909a0e333992f6cfae4c9896b4974db1b5373259 (patch)
tree64a5f6c7521e61bbbe4276d6ab95c1d725f104d8 /ChangeLog
parentd99773bc390ff590d10865982270e649494f952b (diff)
downloadgst-plugins-bad-909a0e333992f6cfae4c9896b4974db1b5373259.tar.gz
gst-plugins-bad-909a0e333992f6cfae4c9896b4974db1b5373259.tar.bz2
gst-plugins-bad-909a0e333992f6cfae4c9896b4974db1b5373259.zip
gst/rtpmanager/: Some more ghostpad magic.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (find_session_by_id), (create_session), (gst_rtp_bin_base_init), (create_recv_rtp), (create_recv_rtcp), (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad): * gst/rtpmanager/gstrtpbin.h: * gst/rtpmanager/gstrtpclient.c: Some more ghostpad magic.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48b760c0..0c84f9de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-04-03 Wim Taymans <wim@fluendo.com>
+ * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
+ (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
+ (create_recv_rtcp), (create_send_rtp), (create_rtcp),
+ (gst_rtp_bin_request_new_pad):
+ * gst/rtpmanager/gstrtpbin.h:
+ * gst/rtpmanager/gstrtpclient.c:
+ Some more ghostpad magic.
+
+2007-04-03 Wim Taymans <wim@fluendo.com>
+
* gst/rtpmanager/Makefile.am:
Add .h file so it can be disted properly.