mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 15:02:40 +00:00
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.
This commit is contained in:
parent
b699df6dfd
commit
97dd4620d0
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2005-07-20 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* 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 <rbultje@ronald.bitfreak.net>
|
2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -315,6 +315,7 @@ GST_PLUGINS_ALL="\
|
||||||
smpte \
|
smpte \
|
||||||
udp \
|
udp \
|
||||||
videobox \
|
videobox \
|
||||||
|
wavparse \
|
||||||
"
|
"
|
||||||
|
|
||||||
dnl see if we can build C++ plug-ins
|
dnl see if we can build C++ plug-ins
|
||||||
|
@ -597,6 +598,7 @@ gst/smpte/Makefile
|
||||||
gst/udp/Makefile
|
gst/udp/Makefile
|
||||||
gst/videobox/Makefile
|
gst/videobox/Makefile
|
||||||
gst/videofilter/Makefile
|
gst/videofilter/Makefile
|
||||||
|
gst/wavparse/Makefile
|
||||||
gst-libs/Makefile
|
gst-libs/Makefile
|
||||||
gst-libs/gst/Makefile
|
gst-libs/gst/Makefile
|
||||||
sys/Makefile
|
sys/Makefile
|
||||||
|
|
Loading…
Reference in a new issue