diff options
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/app/gstappsink.c | 2 | ||||
-rw-r--r-- | gst-libs/gst/app/gstappsrc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index 4f6a20d1..0079c2e9 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 237e826e..a10f9a32 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 { |