diff --git a/ChangeLog b/ChangeLog index 63fe4fdcfa..fc1f24c52d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-10 Edward Hervey + + * 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 * gst/filter/gstiir.c: diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index 4f6a20d1a4..0079c2e970 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 , Wim Taymans , Wim Taymans "); enum { diff --git a/gst-libs/gst/app/gstappsrc.c b/gst-libs/gst/app/gstappsrc.c index 237e826ef3..a10f9a32fa 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 , Wim Taymans , Wim Taymans "); enum { diff --git a/gst/h264parse/gsth264parse.c b/gst/h264parse/gsth264parse.c index 91c75734b5..bea4a60039 100644 --- a/gst/h264parse/gsth264parse.c +++ b/gst/h264parse/gsth264parse.c @@ -48,7 +48,7 @@ GST_ELEMENT_DETAILS ("H264Parse", "Codec/Parser", "Parses raw h264 stream", "Michal Benes ," - "Wim Taymans "); #define DEFAULT_SPLIT_PACKETIZED FALSE