mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
mad: fix email address
This commit is contained in:
parent
acbf0313ef
commit
a0e9f6890e
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ gst_mad_class_init (GstMadClass * klass)
|
||||||
|
|
||||||
gst_element_class_set_static_metadata (element_class, "mad mp3 decoder",
|
gst_element_class_set_static_metadata (element_class, "mad mp3 decoder",
|
||||||
"Codec/Decoder/Audio",
|
"Codec/Decoder/Audio",
|
||||||
"Uses mad code to decode mp3 streams", "Wim Taymans <wim@fluendo.com>");
|
"Uses mad code to decode mp3 streams",
|
||||||
|
"Wim Taymans <wim.taymans@gmail.com>");
|
||||||
|
|
||||||
base_class->start = GST_DEBUG_FUNCPTR (gst_mad_start);
|
base_class->start = GST_DEBUG_FUNCPTR (gst_mad_start);
|
||||||
base_class->stop = GST_DEBUG_FUNCPTR (gst_mad_stop);
|
base_class->stop = GST_DEBUG_FUNCPTR (gst_mad_stop);
|
||||||
|
|
Loading…
Reference in a new issue