diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-04-06 12:28:29 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-04-06 12:28:29 +0000 |
commit | 9894c6ad51e860fbc4474703c0a3e67a950ac359 (patch) | |
tree | 64b9dd0ab4df7ecd1f8aa804a833af2f222d6c49 /ChangeLog | |
parent | a52a704426a350cbe6746333c1e0eee9ffdcdbe4 (diff) | |
download | gst-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |