diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-01-31 17:18:46 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-01-31 17:18:46 +0000 |
commit | 930e3e5c4a8b2304ed3799424a52570dc24fc662 (patch) | |
tree | ca678801496071d9453d6a5c64171349ccd7a7cc /ChangeLog | |
parent | b3595da577db884a554bdd372d4d45866987d19c (diff) | |
download | gst-plugins-bad-930e3e5c4a8b2304ed3799424a52570dc24fc662.tar.gz gst-plugins-bad-930e3e5c4a8b2304ed3799424a52570dc24fc662.tar.bz2 gst-plugins-bad-930e3e5c4a8b2304ed3799424a52570dc24fc662.zip |
gst-libs/gst/app/gstappsink.c: Really clean up the queue instead of just unreffing all buffers in it.
Original commit message from CVS:
* gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
Really clean up the queue instead of just unreffing all buffers
in it.
* gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
(gst_app_src_class_init), (gst_app_src_init),
(gst_app_src_dispose), (gst_app_src_finalize):
Fix dispose/finalize.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-01-31 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose): + Really clean up the queue instead of just unreffing all buffers + in it. + + * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init), + (gst_app_src_class_init), (gst_app_src_init), + (gst_app_src_dispose), (gst_app_src_finalize): + Fix dispose/finalize. + 2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com> * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst): |