mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Update mailing list address from sourceforge to freedesktop
This commit is contained in:
parent
c222f1942b
commit
9f41cf0745
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ gst_amrnbdec_class_init (GstAmrnbDecClass * klass)
|
|||
gst_element_class_set_static_metadata (element_class, "AMR-NB audio decoder",
|
||||
"Codec/Decoder/Audio",
|
||||
"Adaptive Multi-Rate Narrow-Band audio decoder",
|
||||
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||
"GStreamer maintainers <gstreamer-devel@lists.freedesktop.org>");
|
||||
|
||||
base_class->start = GST_DEBUG_FUNCPTR (gst_amrnbdec_start);
|
||||
base_class->stop = GST_DEBUG_FUNCPTR (gst_amrnbdec_stop);
|
||||
|
|
Loading…
Reference in a new issue