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:
Michael Smith 2008-06-04 21:18:53 +00:00
parent 2dacdee67c
commit 15e11ff303
5 changed files with 14 additions and 6 deletions

View file

@ -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>
* ext/dirac/gstdiracenc.cc: Update properties for recent

View file

@ -1,5 +1,5 @@
/* 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
* modify it under the terms of the GNU Library General Public

View file

@ -1,5 +1,5 @@
/* 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
* modify it under the terms of the GNU Library General Public
@ -67,4 +67,4 @@ public:
CBasePin *GetPin(int n);
};
#endif /* __DSHOWVIDEOFAKESRC_H__ */
#endif /* __DSHOWVIDEOFAKESRC_H__ */

View file

@ -1,5 +1,5 @@
/* 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
* 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",
"Sink/Video",
"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);
#define GST_CAT_DEFAULT dshowvideosink_debug

View file

@ -1,5 +1,5 @@
/* 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
* modify it under the terms of the GNU Library General Public