diff --git a/ChangeLog b/ChangeLog index 481020e6e2..65a0bac2ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2005-08-17 Wim Taymans + + * 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 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open), (gst_rtspsrc_play): diff --git a/configure.ac b/configure.ac index 45ce24f17f..9ef06881b7 100644 --- a/configure.ac +++ b/configure.ac @@ -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