diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-10-13 11:37:39 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-10-13 11:37:39 +0000 |
commit | 82d5fdb7248092f4bc3af1bd94b5cd0de4ac88d5 (patch) | |
tree | 9b3179fd69e00f435bb91ef86e680a68865e597f /ChangeLog | |
parent | 36c2fc253b99cd06f027e9359bf984430892f57c (diff) | |
download | gst-plugins-bad-82d5fdb7248092f4bc3af1bd94b5cd0de4ac88d5.tar.gz gst-plugins-bad-82d5fdb7248092f4bc3af1bd94b5cd0de4ac88d5.tar.bz2 gst-plugins-bad-82d5fdb7248092f4bc3af1bd94b5cd0de4ac88d5.zip |
ext/faac/gstfaac.c: Gst09-ize code a little bit more: use gst_pad_alloc_buffer(), move event handling from chain func...
Original commit message from CVS:
* ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
(gst_faac_sink_setcaps), (gst_faac_src_setcaps),
(gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
(gst_faac_get_property), (gst_faac_change_state):
Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
move event handling from chain function into an event function,
add some locks here and there, do some cleanups; disable 32-bit
integer and float input formats until we're sure that those
actually work (couldn't play back the produced files with
anything).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2005-10-13 Tim-Philipp Müller <tim at centricular dot net> + + * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init), + (gst_faac_sink_setcaps), (gst_faac_src_setcaps), + (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property), + (gst_faac_get_property), (gst_faac_change_state): + Gst09-ize code a little bit more: use gst_pad_alloc_buffer(), + move event handling from chain function into an event function, + add some locks here and there, do some cleanups; disable 32-bit + integer and float input formats until we're sure that those + actually work (couldn't play back the produced files with + anything). + 2005-10-12 Stefan Kost <ensonic@users.sf.net> * examples/indexing/indexmpeg.c: (main): |