summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-16 17:05:02 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-18 14:35:19 +0200
commit82dc2a35440ef40ae6c050321a0237730663abe5 (patch)
tree6f3e9b0cc247492590fda44b4031e80a2dec0b9d /ext
parent87a028a0a4d32efa2b11133b52f65cdc0e87f93b (diff)
downloadgstreamer-plugins-bad-82dc2a35440ef40ae6c050321a0237730663abe5.tar.gz
eglglessink: Add myself as author
Diffstat (limited to 'ext')
-rw-r--r--ext/eglgles/gsteglglessink.c4
-rw-r--r--ext/eglgles/gsteglglessink.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/ext/eglgles/gsteglglessink.c b/ext/eglgles/gsteglglessink.c
index ce2ee95c2..426382ae1 100644
--- a/ext/eglgles/gsteglglessink.c
+++ b/ext/eglgles/gsteglglessink.c
@@ -2,6 +2,7 @@
* GStreamer EGL/GLES Sink
* Copyright (C) 2012 Collabora Ltd.
* @author: Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
+ * @author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -2723,7 +2724,8 @@ gst_eglglessink_base_init (gpointer gclass)
"EGL/GLES vout Sink",
"Sink/Video",
"An EGL/GLES Video Output Sink Implementing the XOverlay interface",
- "Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com>");
+ "Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com>, "
+ "Sebastian Dröge <sebastian.droege@collabora.co.uk>");
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&gst_eglglessink_sink_template_factory));
diff --git a/ext/eglgles/gsteglglessink.h b/ext/eglgles/gsteglglessink.h
index 231a57c92..6eedfefca 100644
--- a/ext/eglgles/gsteglglessink.h
+++ b/ext/eglgles/gsteglglessink.h
@@ -2,6 +2,7 @@
* GStreamer EGL/GLES Sink
* Copyright (C) 2012 Collabora Ltd.
* @author: Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
+ * @author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),