summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-02-22 15:23:04 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-02-22 15:23:04 +0000
commitbea0d2e3e3ed24c9efe4a23897223f5732d91e6e (patch)
tree0612e9e80e7e4bb97e30685d81cf0ceb69e7eba8
parentf2532337d82b7c96a2a4ba43795798d03ff20367 (diff)
sys/oss/gstosselement.c: Kick the hell out of gcc for not warning me about a symbol conflict.BRANCH-GSTREAMER-0_8-ROOT
Original commit message from CVS: * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices): Kick the hell out of gcc for not warning me about a symbol conflict.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c620dcc5..3e7fdee7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
+ Kick the hell out of gcc for not warning me about a symbol conflict.
+
2005-02-22 Luca Ognibene <luogni@tin.it>
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>