diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-10-29 19:08:01 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-10-29 19:08:01 +0000 |
commit | bd2497729e65a160c2453af996d2802e399132e9 (patch) | |
tree | 25a3194204eda2cebe049aff5cada5c867b89c64 /ChangeLog | |
parent | 3ffdbb0d7ae6c1d78933bc3227508c9fcdfdc624 (diff) | |
download | gst-plugins-bad-bd2497729e65a160c2453af996d2802e399132e9.tar.gz gst-plugins-bad-bd2497729e65a160c2453af996d2802e399132e9.tar.bz2 gst-plugins-bad-bd2497729e65a160c2453af996d2802e399132e9.zip |
ext/dts/gstdtsdec.c: Fix flow handling and buffer refcounting (gst_pad_push() takes ownership of the buffer passed to...
Original commit message from CVS:
* ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
Fix flow handling and buffer refcounting (gst_pad_push() takes
ownership of the buffer passed to it, the buffer does not have
to be unreffed no matter what flow value gst_pad_push() returns).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-10-29 Tim-Philipp Müller <tim at centricular dot net> + + * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame): + Fix flow handling and buffer refcounting (gst_pad_push() takes + ownership of the buffer passed to it, the buffer does not have + to be unreffed no matter what flow value gst_pad_push() returns). + 2006-10-26 Edgard Lima <edgard.lima@indt.org.br> Patch by: Renato Filho <renato.filho@indt.org.br> |