summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpsv3vdepay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpsv3vdepay.c')
-rw-r--r--gst/rtp/gstrtpsv3vdepay.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/rtp/gstrtpsv3vdepay.c b/gst/rtp/gstrtpsv3vdepay.c
index f3c277b2..b518b0aa 100644
--- a/gst/rtp/gstrtpsv3vdepay.c
+++ b/gst/rtp/gstrtpsv3vdepay.c
@@ -1,5 +1,5 @@
/* GStreamer
- * Copyright (C) <2005> Wim Taymans <wim@fluendo.com>
+ * Copyright (C) <2005> 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
@@ -28,10 +28,10 @@
/* elementfactory information */
static const GstElementDetails gst_rtp_sv3vdepay_details =
-GST_ELEMENT_DETAILS ("RTP packet depayloader",
+GST_ELEMENT_DETAILS ("RTP SVQ3 depayloader",
"Codec/Depayloader/Network",
"Extracts SVQ3 video from RTP packets (no RFC)",
- "Wim Taymans <wim@fluendo.com>");
+ "Wim Taymans <wim.taymans@gmail.com>");
static GstStaticPadTemplate gst_rtp_sv3v_depay_src_template =
GST_STATIC_PAD_TEMPLATE ("src",