diff options
Diffstat (limited to 'gst/rtp/gstrtpac3depay.c')
-rw-r--r-- | gst/rtp/gstrtpac3depay.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/rtp/gstrtpac3depay.c b/gst/rtp/gstrtpac3depay.c index 323eb029..b36c636c 100644 --- a/gst/rtp/gstrtpac3depay.c +++ b/gst/rtp/gstrtpac3depay.c @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) <2007> Wim Taymans <wim@fluendo.com> + * Copyright (C) <2007> Wim Taymans <wim.taymans@gmail.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -31,10 +31,10 @@ GST_DEBUG_CATEGORY_STATIC (rtpac3depay_debug); /* elementfactory information */ static const GstElementDetails gst_rtp_ac3depay_details = -GST_ELEMENT_DETAILS ("RTP packet depayloader", +GST_ELEMENT_DETAILS ("RTP AC3 depayloader", "Codec/Depayloader/Network", "Extracts AC3 audio from RTP packets (RFC 4184)", - "Wim Taymans <wim@fluendo.com>"); + "Wim Taymans <wim.taymans@gmail.com>"); static GstStaticPadTemplate gst_rtp_ac3_depay_src_template = GST_STATIC_PAD_TEMPLATE ("src", |