summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-06 12:28:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-06 12:28:29 +0000
commit9894c6ad51e860fbc4474703c0a3e67a950ac359 (patch)
tree64b9dd0ab4df7ecd1f8aa804a833af2f222d6c49 /ChangeLog
parenta52a704426a350cbe6746333c1e0eee9ffdcdbe4 (diff)
downloadgst-plugins-bad-9894c6ad51e860fbc4474703c0a3e67a950ac359.tar.gz
gst-plugins-bad-9894c6ad51e860fbc4474703c0a3e67a950ac359.tar.bz2
gst-plugins-bad-9894c6ad51e860fbc4474703c0a3e67a950ac359.zip
gst/rtpmanager/gstrtpbin.*: Provide a clock.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init), (gst_rtp_bin_init), (gst_rtp_bin_provide_clock): * gst/rtpmanager/gstrtpbin.h: Provide a clock.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1803c45e..0d4732a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-04-06 Wim Taymans <wim@fluendo.com>
+ * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
+ (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
+ * gst/rtpmanager/gstrtpbin.h:
+ Provide a clock.
+
+2007-04-06 Wim Taymans <wim@fluendo.com>
+
* gst/rtpmanager/gstrtpbin.c: (create_rtcp):
Fix pad template name parsing.