mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
resindvd: Rename the audio munger debug category
Rename a debug category: rsn_audiomunge -> rsnaudiomunge.
This commit is contained in:
parent
c0854113a1
commit
64b6d247d4
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue