summaryrefslogtreecommitdiff
path: root/sys/applemedia/vtdec.c
diff options
context:
space:
mode:
authorOle André Vadla Ravnås <oleavr@soundrop.com>2013-02-16 02:44:19 +0100
committerOle André Vadla Ravnås <oleavr@soundrop.com>2013-02-16 02:51:52 +0100
commit519cefdeee42635a148807afafff50fe31d55d9a (patch)
tree28d2160a6f4c57f77cf7c040adcbbbedca166fde /sys/applemedia/vtdec.c
parentad2d6be695be2af6015fba6e0cedcf15790c4333 (diff)
downloadgstreamer-plugins-bad-519cefdeee42635a148807afafff50fe31d55d9a.tar.gz
applemedia: update contact information
Diffstat (limited to 'sys/applemedia/vtdec.c')
-rw-r--r--sys/applemedia/vtdec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/applemedia/vtdec.c b/sys/applemedia/vtdec.c
index 65fb33af4..a7b7e21a1 100644
--- a/sys/applemedia/vtdec.c
+++ b/sys/applemedia/vtdec.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Ole André Vadla Ravnås <oravnas@cisco.com>
+ * Copyright (C) 2010, 2013 Ole André Vadla Ravnås <oleavr@soundrop.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -73,7 +73,7 @@ gst_vtdec_base_init (GstVTDecClass * klass)
gst_element_class_set_metadata (element_class, longname,
"Codec/Decoder/Video", description,
- "Ole André Vadla Ravnås <oravnas@cisco.com>");
+ "Ole André Vadla Ravnås <oleavr@soundrop.com>");
g_free (longname);
g_free (description);