mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Re-enable VCD source and fix up release notes.
Original commit message from CVS: * RELEASE: * sys/Makefile.am: Re-enable VCD source and fix up release notes.
This commit is contained in:
parent
7619871a05
commit
1b6c4e2ab2
4 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-06-21 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* RELEASE:
|
||||
* sys/Makefile.am:
|
||||
Re-enable VCD source and fix up release notes.
|
||||
|
||||
2007-06-20 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/equalizer/gstiirequalizer.c:
|
||||
|
|
3
RELEASE
3
RELEASE
|
@ -76,7 +76,6 @@ Features of this release
|
|||
* libsndfile output ported to 0.10
|
||||
* mpegvideoparse ported to 0.10 and improved
|
||||
* switch element ported to 0.10
|
||||
* VCD source element ported to 0.10
|
||||
* AMR-WB support fixes
|
||||
* MIDI renderer plugin based on timidity
|
||||
* Windows and OS/X output plugins moved to the Good module
|
||||
|
@ -196,4 +195,4 @@ Contributors to this release
|
|||
* Wouter Paesen
|
||||
* Young-Ho Cha
|
||||
* Zaheer Abbas Merali
|
||||
|
||||
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 6cb0000a5a30d4fc580a06489106a637fca024c4
|
||||
Subproject commit 14c5a68981278f642e4ca5fd5ca08554fc78b348
|
|
@ -34,6 +34,6 @@ else
|
|||
DVB_DIR=
|
||||
endif
|
||||
|
||||
SUBDIRS = $(GL_DIR) $(DVB_DIR)
|
||||
SUBDIRS = $(GL_DIR) $(DVB_DIR) $(VCD_DIR)
|
||||
|
||||
DIST_SUBDIRS = glsink dvb vcd
|
||||
|
|
Loading…
Reference in a new issue