tags: fix illegal use of internal debug category function
authorRené Stadler <rene.stadler@nokia.com>
Thu, 30 Sep 2010 09:59:46 +0000 (12:59 +0300)
committerRené Stadler <rene.stadler@nokia.com>
Thu, 30 Sep 2010 10:08:55 +0000 (13:08 +0300)
commit4188e2648f2fdcc580efab4ee6531ae70e273536
tree81fe9b4afc1c12ee11e4277019d7fb644b77952c
parente17b42181c2cbcc389f87a35539f7a1b07d3dd54
tags: fix illegal use of internal debug category function

From gstinfo.h:

  /* do not use this function, use the GST_DEBUG_CATEGORY_INIT macro */
  GstDebugCategory *_gst_debug_category_new (const gchar * name,

And more importantly:

  #pragma GCC poison _gst_debug_category_new

So this commit fixes --disable-gst-debug builds.
gst-libs/gst/tag/tags.c