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