gst/: Wim, you're a bad boy. You don't want people to contact you or what?
authorEdward Hervey <bilboed@bilboed.com>
Mon, 10 Nov 2008 14:53:45 +0000 (14:53 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 10 Nov 2008 14:53:45 +0000 (14:53 +0000)
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?

ChangeLog
gst-libs/gst/app/gstappsink.c
gst-libs/gst/app/gstappsrc.c
gst/h264parse/gsth264parse.c

index 63fe4fdcfa196e2bfc758d5f8874e60040e2ff3b..fc1f24c52db408e5acbada260357ce7fb1577230 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-10  Edward Hervey  <edward.hervey@collabora.co.uk>
+
+       * 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?
+
 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * gst/filter/gstiir.c:
index 4f6a20d1a4447662f9cca9b0ec2a6cc4b469cf65..0079c2e970cb5319a2ece6e9a718375b084d1c05 100644 (file)
@@ -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
 {
index 237e826ef3f43141cdc68aaca0e6d2f78749f537..a10f9a32fa56657651aa7a4d1c0db878c32dbada 100644 (file)
@@ -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
 {
index 91c75734b5255b52f74737bd4f323f5601f12cd6..bea4a60039408a1901b740cf449545f8a5245a9e 100644 (file)
@@ -48,7 +48,7 @@ GST_ELEMENT_DETAILS ("H264Parse",
     "Codec/Parser",
     "Parses raw h264 stream",
     "Michal Benes <michal.benes@itonis.tv>,"
-    "Wim Taymans <wim.taymans@gmail.com");
+    "Wim Taymans <wim.taymans@gmail.com>");
 
 #define DEFAULT_SPLIT_PACKETIZED     FALSE