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 /gst/audioresample | |
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.
Diffstat (limited to 'gst/audioresample')
-rw-r--r-- | gst/audioresample/gstaudioresample.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |