mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
configure.ac: Added mpegaudioparse
Original commit message from CVS: * configure.ac: Added mpegaudioparse * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_src_setcaps), (gst_lame_sink_setcaps), (gst_lame_sink_event), (gst_lame_chain): Some cleanups. Fix memleak. * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_class_init), (gst_mp3parse_init), (gst_mp3parse_chain), (gst_mp3parse_change_state): * gst/mpegaudioparse/gstmpegaudioparse.h: Ported mpegaudioparse
This commit is contained in:
parent
2f099008fa
commit
a6c633b9ab
2 changed files with 18 additions and 0 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2005-08-17 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
Added mpegaudioparse
|
||||
|
||||
* ext/lame/gstlame.c: (gst_lame_src_getcaps),
|
||||
(gst_lame_src_setcaps), (gst_lame_sink_setcaps),
|
||||
(gst_lame_sink_event), (gst_lame_chain):
|
||||
Some cleanups.
|
||||
Fix memleak.
|
||||
|
||||
* gst/mpegaudioparse/gstmpegaudioparse.c:
|
||||
(gst_mp3parse_class_init), (gst_mp3parse_init),
|
||||
(gst_mp3parse_chain), (gst_mp3parse_change_state):
|
||||
* gst/mpegaudioparse/gstmpegaudioparse.h:
|
||||
Ported mpegaudioparse
|
||||
|
||||
2005-08-17 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open), (gst_rtspsrc_play):
|
||||
|
|
|
@ -633,6 +633,7 @@ gst/fdsrc/Makefile
|
|||
gst/goom/Makefile
|
||||
gst/law/Makefile
|
||||
gst/level/Makefile
|
||||
gst/mpegaudioparse/Makefile
|
||||
gst/realmedia/Makefile
|
||||
gst/rtp/Makefile
|
||||
gst/rtsp/Makefile
|
||||
|
|
Loading…
Reference in a new issue