info: make _gst_debug_init() private for now
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Oct 2011 19:15:46 +0000 (20:15 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Oct 2011 19:15:46 +0000 (20:15 +0100)
commitac40ab45b318750e6e79378ad910a4d1dd3f3822
tree7326693bd1fa91d3cbd7eb5a58ea6c8c68cfeb96
parent21ec07eab0958b588008361471fc24e2fd9c4d0a
info: make _gst_debug_init() private for now

This was a FIXME for 0.11. I guess a case could be made to keep it around
separately for apps or libraries that only want to use GStreamer's debugging
system, but it seems more likely they'd just copy the two source files into
their own tree if the case. Also, things like types wouldn't be initialised
without gst_init(). We can still make it public again if anyone needs it,
but then we should make it a proper function and not hide it behind
underscores.
gst/gst.c
gst/gst_private.h
gst/gstinfo.c
gst/gstinfo.h