summaryrefslogtreecommitdiffstats
path: root/ext/resindvd
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-05-08 16:29:20 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-05-11 17:04:08 +0100
commit64b6d247d4428ce3dadcbe8729cc891a8891c7db (patch)
tree452052ffee598bed5a12cfb0b4a5c4574fd27e79 /ext/resindvd
parentc0854113a18003cc4a717a49b674f7a2038fa602 (diff)
downloadgst-plugins-bad-64b6d247d4428ce3dadcbe8729cc891a8891c7db.tar.gz
gst-plugins-bad-64b6d247d4428ce3dadcbe8729cc891a8891c7db.tar.bz2
gst-plugins-bad-64b6d247d4428ce3dadcbe8729cc891a8891c7db.zip
resindvd: Rename the audio munger debug category
Rename a debug category: rsn_audiomunge -> rsnaudiomunge.
Diffstat (limited to 'ext/resindvd')
-rw-r--r--ext/resindvd/rsnaudiomunge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/resindvd/rsnaudiomunge.c b/ext/resindvd/rsnaudiomunge.c
index fc7e552f..c44d7d2e 100644
--- a/ext/resindvd/rsnaudiomunge.c
+++ b/ext/resindvd/rsnaudiomunge.c
@@ -86,8 +86,8 @@ rsn_audiomunge_class_init (RsnAudioMungeClass * klass)
"Jan Schmidt <thaytan@noraisin.net>"
};
- GST_DEBUG_CATEGORY_INIT (rsn_audiomunge_debug, "rsn_audiomunge",
- 0, "Resin audio stream regulator");
+ GST_DEBUG_CATEGORY_INIT (rsn_audiomunge_debug, "rsnaudiomunge",
+ 0, "ResinDVD audio stream regulator");
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&src_template));