diff options
author | David Schleef <ds@schleef.org> | 2007-05-15 03:45:45 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2007-05-15 03:45:45 +0000 |
commit | 8a6fbd7544ef534d5f3dfaae6e1d91209aa80318 (patch) | |
tree | f358a5d00acd0237b177da9a56998b59e8119de2 /ChangeLog | |
parent | dc997023cdcb8e76b9a6e2700322cf8f7fff2ff8 (diff) | |
download | gst-plugins-bad-8a6fbd7544ef534d5f3dfaae6e1d91209aa80318.tar.gz gst-plugins-bad-8a6fbd7544ef534d5f3dfaae6e1d91209aa80318.tar.bz2 gst-plugins-bad-8a6fbd7544ef534d5f3dfaae6e1d91209aa80318.zip |
gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. Work around.
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c:
g_hash_table_remove_all() only exists in 2.12. Work around.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-05-14 David Schleef <ds@schleef.org> + * gst/rtpmanager/gstrtpbin.c: + g_hash_table_remove_all() only exists in 2.12. Work around. + +2007-05-14 David Schleef <ds@schleef.org> + * configure.ac: * gst/bayer/Makefile.am: * gst/bayer/gstbayer.c: |