mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
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
5 changed files with 14 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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__ */
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue