gst/gst.c: _gst_trace_on is already provided by gsttrace.h, no need to declare it...
authorJan Schmidt <thaytan@mad.scientist.com>
Sat, 12 Jan 2008 20:22:30 +0000 (20:22 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Sat, 12 Jan 2008 20:22:30 +0000 (20:22 +0000)
commitf2c36159ef299ea5fc34d4a3841e0a20d99848bd
treef3259b04317db719c6285271b0d57d26deb89a66
parent2016723b8706fdedafda638a90fa97cc5c27ec97
gst/gst.c: _gst_trace_on is already provided by gsttrace.h, no need to declare it ourselves.

Original commit message from CVS:
* gst/gst.c:
_gst_trace_on is already provided by gsttrace.h, no need to declare
it ourselves.
* docs/libs/gstreamer-libs-sections.txt:
Add 'buffers', 'check_cond' and 'check_mutex' from libgstcheck
and remove strange tcase_add_test which is outputting a warning.
* libs/gst/check/gstcheck.c:
* libs/gst/check/gstcheck.h:
Properly declare 'buffers', 'check_cond', 'check_mutex' extern
and define them in gstcheck.c instead of having every .c file whcih
includes gstcheck.h be defining its own copy and relying on symbol
interposing to marry them all, which doesn't work on Solaris.
* tests/check/elements/identity.c: (GST_START_TEST):
Don't define 'buffers' locally, it comes from libgstcheck.
* tests/check/generic/sinks.c: (send_buffer):
Fix type of variable (GstFlowReturn, not GstStateChangeReturn)
* tests/check/gst/gststructure.c: (GST_START_TEST):
* tests/check/gst/gstsystemclock.c: (GST_START_TEST):
* tests/check/gst/gstutils.c: (GST_START_TEST):
* tests/check/gst/gstvalue.c: (GST_START_TEST):
Add a bunch of casts to make various constants fit the types
they're being assigned to.
12 files changed:
ChangeLog
common
docs/libs/gstreamer-libs-sections.txt
gst/gst.c
libs/gst/check/gstcheck.c
libs/gst/check/gstcheck.h
tests/check/elements/identity.c
tests/check/generic/sinks.c
tests/check/gst/gststructure.c
tests/check/gst/gstsystemclock.c
tests/check/gst/gstutils.c
tests/check/gst/gstvalue.c