diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-11-26 12:02:21 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-11-26 12:02:21 +0000 |
commit | 6b402ff6b021f98b4eac3b3d99554076e9c04877 (patch) | |
tree | 605d4c78b648398d328fea20a9a49621893ee130 /ChangeLog | |
parent | b51514fc266d8477aced8e99ffc9408729ada8de (diff) | |
download | gst-plugins-bad-6b402ff6b021f98b4eac3b3d99554076e9c04877.tar.gz gst-plugins-bad-6b402ff6b021f98b4eac3b3d99554076e9c04877.tar.bz2 gst-plugins-bad-6b402ff6b021f98b4eac3b3d99554076e9c04877.zip |
gst/rtpmanager/gstrtpbin.c: Reset the sync parameters when clearing the payload type map too.
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_reset_sync),
(gst_rtp_bin_clear_pt_map):
Reset the sync parameters when clearing the payload type map too.
Fixes #562312.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-11-26 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_reset_sync), + (gst_rtp_bin_clear_pt_map): + Reset the sync parameters when clearing the payload type map too. + Fixes #562312. + +2008-11-26 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtpmanager/gstrtpbin.c: (get_client), (gst_rtp_bin_reset_sync), (gst_rtp_bin_associate), (gst_rtp_bin_handle_sync), (create_stream), |