mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
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?
This commit is contained in:
parent
49e707606a
commit
4cf27a7351
4 changed files with 10 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue