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
commitffb0f6c17f964437cd04e2183afbe22f7d4a3b2e (patch)
tree043f4dfba70e8880f8dd4268b2f09cc861380b29
parent6ff11d0bc0d312f03a269802109cd79509d77bc9 (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 c620dcc59..3e7fdee74 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>