diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-28 08:37:32 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-28 08:37:32 +0000 |
commit | df046c1724b8840c860b6938dce23f5b1899150f (patch) | |
tree | 5728621d3081209631f52e9f6477ea083e889117 | |
parent | 1ef77b20f7879100adfe484651a6500014fcf11a (diff) | |
download | gst-plugins-bad-df046c1724b8840c860b6938dce23f5b1899150f.tar.gz gst-plugins-bad-df046c1724b8840c860b6938dce23f5b1899150f.tar.bz2 gst-plugins-bad-df046c1724b8840c860b6938dce23f5b1899150f.zip |
gst/audioresample/gstaudioresample.c: And now also update the debug category from audioresample to legacyresample.
Original commit message from CVS:
* gst/audioresample/gstaudioresample.c:
And now also update the debug category from audioresample
to legacyresample.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gst/audioresample/gstaudioresample.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/audioresample/gstaudioresample.c: + And now also update the debug category from audioresample + to legacyresample. + 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> * configure.ac: diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c index f592eb41..8672a8ab 100644 --- a/gst/audioresample/gstaudioresample.c +++ b/gst/audioresample/gstaudioresample.c @@ -131,7 +131,7 @@ static gboolean audioresample_query (GstPad * pad, GstQuery * query); static const GstQueryType *audioresample_query_type (GstPad * pad); #define DEBUG_INIT(bla) \ - GST_DEBUG_CATEGORY_INIT (audioresample_debug, "audioresample", 0, "audio resampling element"); + GST_DEBUG_CATEGORY_INIT (audioresample_debug, "legacyresample", 0, "audio resampling element"); GST_BOILERPLATE_FULL (GstAudioresample, gst_audioresample, GstBaseTransform, GST_TYPE_BASE_TRANSFORM, DEBUG_INIT); |