diff --git a/ChangeLog b/ChangeLog index 4d036798200..2379d49f0f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-06-04 Michael Smith + + * 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 * ext/dirac/gstdiracenc.cc: Update properties for recent diff --git a/sys/dshowvideosink/dshowvideofakesrc.cpp b/sys/dshowvideosink/dshowvideofakesrc.cpp index 401941231ee..541e3885986 100644 --- a/sys/dshowvideosink/dshowvideofakesrc.cpp +++ b/sys/dshowvideosink/dshowvideofakesrc.cpp @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) 2008 Michael Smith + * Copyright (C) 2008 Pioneers of the Inevitable * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/sys/dshowvideosink/dshowvideofakesrc.h b/sys/dshowvideosink/dshowvideofakesrc.h index afbb1bfe407..a6b03243289 100644 --- a/sys/dshowvideosink/dshowvideofakesrc.h +++ b/sys/dshowvideosink/dshowvideofakesrc.h @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) 2008 Michael Smith + * Copyright (C) 2008 Pioneers of the Inevitable * * 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__ */ \ No newline at end of file +#endif /* __DSHOWVIDEOFAKESRC_H__ */ diff --git a/sys/dshowvideosink/dshowvideosink.cpp b/sys/dshowvideosink/dshowvideosink.cpp index fb8ea16d584..b191c98b035 100644 --- a/sys/dshowvideosink/dshowvideosink.cpp +++ b/sys/dshowvideosink/dshowvideosink.cpp @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) 2008 Michael Smith + * Copyright (C) 2008 Pioneers of the Inevitable * * 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 "); + "Pioneers of the Inevitable "); GST_DEBUG_CATEGORY_STATIC (dshowvideosink_debug); #define GST_CAT_DEFAULT dshowvideosink_debug diff --git a/sys/dshowvideosink/dshowvideosink.h b/sys/dshowvideosink/dshowvideosink.h index a1a35d11ca3..69ac28e2cd0 100644 --- a/sys/dshowvideosink/dshowvideosink.h +++ b/sys/dshowvideosink/dshowvideosink.h @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) 2008 Michael Smith + * Copyright (C) 2008 Pioneers of the Inevitable * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public