From 352a0f316a5910478c6b4e714dbbad8e221a2896 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 26 Jul 2004 10:03:16 +0000 Subject: more plugins supported under windows Original commit message from CVS: more plugins supported under windows --- ChangeLog | 17 +++ gst-libs/gst/colorbalance/colorbalance.vcproj | 150 +++++++++++++++++++++++ gst-libs/gst/idct/idtc.vcproj | 156 ++++++++++++++++++++++++ gst-libs/gst/media-info/media-info.vcproj | 150 +++++++++++++++++++++++ gst-libs/gst/mixer/mixer.vcproj | 156 ++++++++++++++++++++++++ gst-libs/gst/navigation/navigation.vcproj | 144 ++++++++++++++++++++++ gst-libs/gst/play/play.vcproj | 144 ++++++++++++++++++++++ gst-libs/gst/propertyprobe/propertyprobe.vcproj | 144 ++++++++++++++++++++++ gst-libs/gst/resample/resample.vcproj | 156 ++++++++++++++++++++++++ gst-libs/gst/tuner/tuner.vcproj | 156 ++++++++++++++++++++++++ gst-libs/gst/video/video.vcproj | 150 +++++++++++++++++++++++ gst-libs/gst/xoverlay/xoverlay.vcproj | 144 ++++++++++++++++++++++ 12 files changed, 1667 insertions(+) create mode 100644 gst-libs/gst/colorbalance/colorbalance.vcproj create mode 100644 gst-libs/gst/idct/idtc.vcproj create mode 100644 gst-libs/gst/media-info/media-info.vcproj create mode 100644 gst-libs/gst/mixer/mixer.vcproj create mode 100644 gst-libs/gst/navigation/navigation.vcproj create mode 100644 gst-libs/gst/play/play.vcproj create mode 100644 gst-libs/gst/propertyprobe/propertyprobe.vcproj create mode 100644 gst-libs/gst/resample/resample.vcproj create mode 100644 gst-libs/gst/tuner/tuner.vcproj create mode 100644 gst-libs/gst/video/video.vcproj create mode 100644 gst-libs/gst/xoverlay/xoverlay.vcproj diff --git a/ChangeLog b/ChangeLog index b62aa5e3..76e97530 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2004-07-26 Steve Lhomme + + * gst-libs/gst/colorbalance/colorbalance.vcproj: + * gst-libs/gst/idct/idct.vcproj: + * gst-libs/gst/media-info/media-info.vcproj: + * gst-libs/gst/mixer/mixer.vcproj: + * gst-libs/gst/navigation/navigation.vcproj: + * gst-libs/gst/play/play.vcproj: + * gst-libs/gst/propertyprobe/propertyprobe.vcproj: + * gst-libs/gst/resample/resample.vcproj: + * gst-libs/gst/tuner/tuner.vcproj: + * gst-libs/gst/video/video.vcproj: + * gst-libs/gst/xoverlay/xoverlay.vcproj: + more plugins supported under windows + 2004-07-25 Iain * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the @@ -12,6 +27,7 @@ fix mad plugin crashing on Sun (fixes #148289) 2004-07-25 Steve Lhomme + * gst/avi/avi.def: * gst/avi/avi.vcproj: * gst/matroska/matroska.def: @@ -19,6 +35,7 @@ remove unused .def files 2004-07-25 Steve Lhomme + * gst-libs/gst/audio/gstaudiofilter.c: Clean the local include diff --git a/gst-libs/gst/colorbalance/colorbalance.vcproj b/gst-libs/gst/colorbalance/colorbalance.vcproj new file mode 100644 index 00000000..927ef7d4 --- /dev/null +++ b/gst-libs/gst/colorbalance/colorbalance.vcproj @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/idct/idtc.vcproj b/gst-libs/gst/idct/idtc.vcproj new file mode 100644 index 00000000..f6123522 --- /dev/null +++ b/gst-libs/gst/idct/idtc.vcproj @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/media-info/media-info.vcproj b/gst-libs/gst/media-info/media-info.vcproj new file mode 100644 index 00000000..dfca7c48 --- /dev/null +++ b/gst-libs/gst/media-info/media-info.vcproj @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/mixer/mixer.vcproj b/gst-libs/gst/mixer/mixer.vcproj new file mode 100644 index 00000000..1b7fbfd2 --- /dev/null +++ b/gst-libs/gst/mixer/mixer.vcproj @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/navigation/navigation.vcproj b/gst-libs/gst/navigation/navigation.vcproj new file mode 100644 index 00000000..3a3c6c80 --- /dev/null +++ b/gst-libs/gst/navigation/navigation.vcproj @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/play/play.vcproj b/gst-libs/gst/play/play.vcproj new file mode 100644 index 00000000..9953efed --- /dev/null +++ b/gst-libs/gst/play/play.vcproj @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/propertyprobe/propertyprobe.vcproj b/gst-libs/gst/propertyprobe/propertyprobe.vcproj new file mode 100644 index 00000000..019b5f37 --- /dev/null +++ b/gst-libs/gst/propertyprobe/propertyprobe.vcproj @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/resample/resample.vcproj b/gst-libs/gst/resample/resample.vcproj new file mode 100644 index 00000000..35d652eb --- /dev/null +++ b/gst-libs/gst/resample/resample.vcproj @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/tuner/tuner.vcproj b/gst-libs/gst/tuner/tuner.vcproj new file mode 100644 index 00000000..6097bfa0 --- /dev/null +++ b/gst-libs/gst/tuner/tuner.vcproj @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/video/video.vcproj b/gst-libs/gst/video/video.vcproj new file mode 100644 index 00000000..e80c2b48 --- /dev/null +++ b/gst-libs/gst/video/video.vcproj @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/xoverlay/xoverlay.vcproj b/gst-libs/gst/xoverlay/xoverlay.vcproj new file mode 100644 index 00000000..e189823a --- /dev/null +++ b/gst-libs/gst/xoverlay/xoverlay.vcproj @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1