From 8f2a60d5b4d8bc02181c0d5c57751da34099558b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 20 Jul 2005 11:26:05 +0000 Subject: [PATCH] Ported wavparse to 0.9 . Playing, seeking and state changes work. Original commit message from CVS: * configure.ac: * gst/wavparse/gstwavparse.c: * gst/wavparse/gstwavparse.h: * gst/wavparse/Makefile.am: Ported wavparse to 0.9 . Playing, seeking and state changes work. Could need more loving on the headers though. --- ChangeLog | 9 +++++++++ configure.ac | 2 ++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index cab12a92f9..45455a1dc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-07-20 Edward Hervey + + * configure.ac: + * gst/wavparse/gstwavparse.c: + * gst/wavparse/gstwavparse.h: + * gst/wavparse/Makefile.am: + Ported wavparse to 0.9 . Playing, seeking and state changes work. + Could need more loving on the headers though. + 2005-07-20 Ronald S. Bultje * configure.ac: diff --git a/configure.ac b/configure.ac index bac10af74d..f01840ed57 100644 --- a/configure.ac +++ b/configure.ac @@ -315,6 +315,7 @@ GST_PLUGINS_ALL="\ smpte \ udp \ videobox \ + wavparse \ " dnl see if we can build C++ plug-ins @@ -597,6 +598,7 @@ gst/smpte/Makefile gst/udp/Makefile gst/videobox/Makefile gst/videofilter/Makefile +gst/wavparse/Makefile gst-libs/Makefile gst-libs/gst/Makefile sys/Makefile