mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Ported silence to 0.9 using GstBaseSrc ... 180 lines :)
Original commit message from CVS: * configure.ac: * gst/silence/Makefile.am: * gst/silence/gstsilence.h: * gst/silence/gstsilence.c: Ported silence to 0.9 using GstBaseSrc ... 180 lines :)
This commit is contained in:
parent
3b88b92563
commit
9fb52bfd64
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2005-07-23 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
* gst/silence/Makefile.am:
|
||||
* gst/silence/gstsilence.h:
|
||||
* gst/silence/gstsilence.c:
|
||||
Ported silence to 0.9 using GstBaseSrc ... 180 lines :)
|
||||
|
||||
2005-07-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/mad/gstmad.c: (gst_mad_src_event):
|
||||
|
|
|
@ -313,6 +313,7 @@ GST_PLUGINS_ALL="\
|
|||
rtp \
|
||||
rtsp \
|
||||
smpte \
|
||||
silence \
|
||||
udp \
|
||||
videobox \
|
||||
wavparse \
|
||||
|
@ -595,6 +596,7 @@ gst/realmedia/Makefile
|
|||
gst/rtp/Makefile
|
||||
gst/rtsp/Makefile
|
||||
gst/smpte/Makefile
|
||||
gst/silence/Makefile
|
||||
gst/udp/Makefile
|
||||
gst/videobox/Makefile
|
||||
gst/videofilter/Makefile
|
||||
|
|
Loading…
Reference in a new issue