summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/app
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-11-10 14:53:45 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-11-10 14:53:45 +0000
commit4cf27a73513ebedb5cbc576357b0182958842ff3 (patch)
tree804511ad7212e11ec888e39ac2fd0a9d2b299044 /gst-libs/gst/app
parent49e707606a86b7183f955fb12332332da715d7e4 (diff)
downloadgst-plugins-bad-4cf27a73513ebedb5cbc576357b0182958842ff3.tar.gz
gst-plugins-bad-4cf27a73513ebedb5cbc576357b0182958842ff3.tar.bz2
gst-plugins-bad-4cf27a73513ebedb5cbc576357b0182958842ff3.zip
gst/: Wim, you're a bad boy. You don't want people to contact you or what?
Original commit message from CVS: * gst-libs/gst/app/gstappsink.c: * gst-libs/gst/app/gstappsrc.c: * gst/h264parse/gsth264parse.c: Wim, you're a bad boy. You don't want people to contact you or what?
Diffstat (limited to 'gst-libs/gst/app')
-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 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
{