diff options
Diffstat (limited to 'gst-libs/gst/app/gstappsrc.c')
-rw-r--r-- | gst-libs/gst/app/gstappsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |