summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-05-15 03:45:45 +0000
committerDavid Schleef <ds@schleef.org>2007-05-15 03:45:45 +0000
commit8a6fbd7544ef534d5f3dfaae6e1d91209aa80318 (patch)
treef358a5d00acd0237b177da9a56998b59e8119de2 /ChangeLog
parentdc997023cdcb8e76b9a6e2700322cf8f7fff2ff8 (diff)
downloadgst-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6df7d521..8b7d984b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: