mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Ported to GStreamer 0.9. Need to fix performance issues.
Original commit message from CVS: Ported to GStreamer 0.9. Need to fix performance issues.
This commit is contained in:
parent
57d58bee29
commit
2dad1f3059
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-08-28 Flavio Oliveira <flavio.oliveira@indt.org.br>
|
||||
|
||||
* gst/wavenc/gstwavenc.c: Ported to GStreamer 0.9.
|
||||
Need to fix performance issues.
|
||||
|
||||
2005-08-28 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* Updates for two-arg init from GST_BOILERPLATE.
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 7c93670c50de2b6e9d8edd31737c636192fbd831
|
||||
Subproject commit 89d82b662da00096b70e70a7a102b294acaae6dd
|
|
@ -303,6 +303,7 @@ GST_PLUGINS_ALL="\
|
|||
silence \
|
||||
udp \
|
||||
videobox \
|
||||
wavenc \
|
||||
wavparse \
|
||||
mpegaudioparse \
|
||||
"
|
||||
|
@ -709,6 +710,7 @@ gst/videobox/Makefile
|
|||
gst/videofilter/Makefile
|
||||
ext/jpeg/Makefile
|
||||
gst/qtdemux/Makefile
|
||||
gst/wavenc/Makefile
|
||||
gst/wavparse/Makefile
|
||||
gst-libs/Makefile
|
||||
gst-libs/gst/Makefile
|
||||
|
|
Loading…
Reference in a new issue