summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/app/gstappsink.c2
-rw-r--r--gst-libs/gst/app/gstappsrc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c
index 4f6a20d1a..0079c2e97 100644
--- a/gst-libs/gst/app/gstappsink.c
+++ b/gst-libs/gst/app/gstappsink.c
@@ -48,7 +48,7 @@ static const GstElementDetails app_sink_details =
GST_ELEMENT_DETAILS ("AppSink",
"Generic/Sink",
"Allow the application to get access to raw buffer",
- "David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com");
+ "David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com>");
enum
{
diff --git a/gst-libs/gst/app/gstappsrc.c b/gst-libs/gst/app/gstappsrc.c
index 237e826ef..a10f9a32f 100644
--- a/gst-libs/gst/app/gstappsrc.c
+++ b/gst-libs/gst/app/gstappsrc.c
@@ -44,7 +44,7 @@ GST_DEBUG_CATEGORY (app_src_debug);
static const GstElementDetails app_src_details = GST_ELEMENT_DETAILS ("AppSrc",
"Generic/Src",
"Allow the application to feed buffers to a pipeline",
- "David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com");
+ "David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com>");
enum
{