ext/amrwb/: Add newsegment and discont handling. Some code cleanups. Don't leak the...
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 20 Jun 2007 08:42:17 +0000 (08:42 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 20 Jun 2007 08:42:17 +0000 (08:42 +0000)
commit80928eba03bd6b4b7d50e14bb96524e30a7f7d54
tree7a7ad233b73b8c201dd52d1b7df856fb71bb4c73
parentc18b462a8fb23c2daaf589ad168efc76dc344776
ext/amrwb/: Add newsegment and discont handling. Some code cleanups. Don't leak the adapter, unref it in a new finali...

Original commit message from CVS:
* ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
(gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
(gst_amrwbdec_event), (gst_amrwbdec_chain),
(gst_amrwbdec_state_change):
* ext/amrwb/gstamrwbdec.h:
* ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
(gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
Add newsegment and discont handling. Some code cleanups. Don't leak
the adapter, unref it in a new finalize method instead. Sync the
parser with the amr-nb changes.
ChangeLog
ext/amrwb/gstamrwbdec.c
ext/amrwb/gstamrwbdec.h
ext/amrwb/gstamrwbparse.c