sys/dshowvideosink/: Fix up copyright notice on new plugin.
Original commit message from CVS: * sys/dshowvideosink/dshowvideofakesrc.cpp: * sys/dshowvideosink/dshowvideofakesrc.h: * sys/dshowvideosink/dshowvideosink.cpp: * sys/dshowvideosink/dshowvideosink.h: Fix up copyright notice on new plugin.
This commit is contained in:
parent
2dacdee67c
commit
15e11ff303
@ -1,3 +1,11 @@
|
|||||||
|
2008-06-04 Michael Smith <msmith@songbirdnest.com>
|
||||||
|
|
||||||
|
* sys/dshowvideosink/dshowvideofakesrc.cpp:
|
||||||
|
* sys/dshowvideosink/dshowvideofakesrc.h:
|
||||||
|
* sys/dshowvideosink/dshowvideosink.cpp:
|
||||||
|
* sys/dshowvideosink/dshowvideosink.h:
|
||||||
|
Fix up copyright notice on new plugin.
|
||||||
|
|
||||||
2008-06-04 David Schleef <ds@schleef.org>
|
2008-06-04 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* ext/dirac/gstdiracenc.cc: Update properties for recent
|
* ext/dirac/gstdiracenc.cc: Update properties for recent
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GStreamer
|
/* GStreamer
|
||||||
* Copyright (C) 2008 Michael Smith <msmith@songbirdnest.com>
|
* Copyright (C) 2008 Pioneers of the Inevitable <songbird@songbirdnest.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GStreamer
|
/* GStreamer
|
||||||
* Copyright (C) 2008 Michael Smith <msmith@songbirdnest.com>
|
* Copyright (C) 2008 Pioneers of the Inevitable <songbird@songbirdnest.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GStreamer
|
/* GStreamer
|
||||||
* Copyright (C) 2008 Michael Smith <msmith@songbirdnest.com>
|
* Copyright (C) 2008 Pioneers of the Inevitable <songbird@songbirdnest.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
@ -32,7 +32,7 @@ static const GstElementDetails gst_dshowvideosink_details =
|
|||||||
GST_ELEMENT_DETAILS ("DirectShow video sink",
|
GST_ELEMENT_DETAILS ("DirectShow video sink",
|
||||||
"Sink/Video",
|
"Sink/Video",
|
||||||
"Display data using a DirectShow video renderer",
|
"Display data using a DirectShow video renderer",
|
||||||
"Michael Smith <msmith@songbirdnest.com>");
|
"Pioneers of the Inevitable <songbird@songbirdnest.com>");
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (dshowvideosink_debug);
|
GST_DEBUG_CATEGORY_STATIC (dshowvideosink_debug);
|
||||||
#define GST_CAT_DEFAULT dshowvideosink_debug
|
#define GST_CAT_DEFAULT dshowvideosink_debug
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* GStreamer
|
/* GStreamer
|
||||||
* Copyright (C) 2008 Michael Smith <msmith@songbirdnest.com>
|
* Copyright (C) 2008 Pioneers of the Inevitable <songbird@songbirdnest.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user