summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-11 03:56:19 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-11 03:56:19 +0000
commitc8eeeeb6edf001943eba5770e83e6f6a6c87eb97 (patch)
treefa75efb3fee2d92bc5f88ab266a7f16703106455
parent19973c479a42aeee47d8b810111a2c3f3dcd24ae (diff)
gst/switch/gstswitch.c: whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
Original commit message from CVS: * gst/switch/gstswitch.c: (gst_switch_release_pad), (gst_switch_request_new_pad), (gst_switch_poll_sinkpads), (gst_switch_loop), (gst_switch_get_type): whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN HEADERS. Had to be said.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0332aaf3..313b7ffe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * gst/switch/gstswitch.c: (gst_switch_release_pad),
+ (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
+ (gst_switch_loop), (gst_switch_get_type):
+ whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
+ HEADERS. Had to be said.
+
2004-05-10 David Schleef <ds@schleef.org>
* configure.ac: Add prototype Dirac support.