mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 15:02:40 +00:00
gst/audiorate/: Added an audiorate converter that fills in gaps.
Original commit message from CVS: * gst/audiorate/Makefile.am: * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type), (gst_audiorate_base_init), (gst_audiorate_class_init), (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain), (gst_audiorate_set_property), (gst_audiorate_get_property), (gst_audiorate_change_state), (plugin_init): Added an audiorate converter that fills in gaps.
This commit is contained in:
parent
0a85f67eb0
commit
89ac4c4f56
2 changed files with 14 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2004-06-17 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst/audiorate/Makefile.am:
|
||||||
|
* gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
|
||||||
|
(gst_audiorate_base_init), (gst_audiorate_class_init),
|
||||||
|
(gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
|
||||||
|
(gst_audiorate_set_property), (gst_audiorate_get_property),
|
||||||
|
(gst_audiorate_change_state), (plugin_init):
|
||||||
|
Added an audiorate converter that fills in gaps.
|
||||||
|
|
||||||
2004-06-17 Johan Dahlin <johan@gnome.org>
|
2004-06-17 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
* ext/tcp/*: Revert Zaheer changes.
|
* ext/tcp/*: Revert Zaheer changes.
|
||||||
|
|
|
@ -340,6 +340,7 @@ GST_PLUGINS_ALL="\
|
||||||
asfdemux \
|
asfdemux \
|
||||||
audioconvert \
|
audioconvert \
|
||||||
audioscale \
|
audioscale \
|
||||||
|
audiorate \
|
||||||
auparse \
|
auparse \
|
||||||
avi \
|
avi \
|
||||||
cdxaparse \
|
cdxaparse \
|
||||||
|
@ -395,6 +396,7 @@ GST_PLUGINS_ALL="\
|
||||||
videoflip \
|
videoflip \
|
||||||
videofilter \
|
videofilter \
|
||||||
videomixer \
|
videomixer \
|
||||||
|
videorate \
|
||||||
videoscale \
|
videoscale \
|
||||||
videotestsrc \
|
videotestsrc \
|
||||||
volenv \
|
volenv \
|
||||||
|
@ -1781,6 +1783,7 @@ gst/adder/Makefile
|
||||||
gst/alpha/Makefile
|
gst/alpha/Makefile
|
||||||
gst/audioconvert/Makefile
|
gst/audioconvert/Makefile
|
||||||
gst/audioscale/Makefile
|
gst/audioscale/Makefile
|
||||||
|
gst/audiorate/Makefile
|
||||||
gst/auparse/Makefile
|
gst/auparse/Makefile
|
||||||
gst/avi/Makefile
|
gst/avi/Makefile
|
||||||
gst/asfdemux/Makefile
|
gst/asfdemux/Makefile
|
||||||
|
@ -1840,6 +1843,7 @@ gst/videofilter/Makefile
|
||||||
gst/videoflip/Makefile
|
gst/videoflip/Makefile
|
||||||
gst/videomixer/Makefile
|
gst/videomixer/Makefile
|
||||||
gst/videoscale/Makefile
|
gst/videoscale/Makefile
|
||||||
|
gst/videorate/Makefile
|
||||||
gst/videotestsrc/Makefile
|
gst/videotestsrc/Makefile
|
||||||
gst/volenv/Makefile
|
gst/volenv/Makefile
|
||||||
gst/volume/Makefile
|
gst/volume/Makefile
|
||||||
|
|
Loading…
Reference in a new issue