diff options
author | Andy Wingo <wingo@pobox.com> | 2007-12-05 11:25:58 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2007-12-05 11:25:58 +0000 |
commit | b762832214df06e733848c55efff325002e63cf4 (patch) | |
tree | 2c5ce20401f9770e6b766af614ec0c2fb25bc824 /ChangeLog | |
parent | f44ca529d7773a095b9a02745ee71349b5161b2d (diff) | |
download | gst-plugins-bad-b762832214df06e733848c55efff325002e63cf4.tar.gz gst-plugins-bad-b762832214df06e733848c55efff325002e63cf4.tar.bz2 gst-plugins-bad-b762832214df06e733848c55efff325002e63cf4.zip |
gst/switch/gstswitch.c (gst_switch_set_property): Don't push buffers from app thread when unsetting `queue-buffers', ...
Original commit message from CVS:
2007-12-05 Andy Wingo <wingo@pobox.com>
* gst/switch/gstswitch.c (gst_switch_set_property): Don't push
buffers from app thread when unsetting `queue-buffers', it's
dangerous and the chain function will do it for us anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-12-05 Andy Wingo <wingo@pobox.com> + + * gst/switch/gstswitch.c (gst_switch_set_property): Don't push + buffers from app thread when unsetting `queue-buffers', it's + dangerous and the chain function will do it for us anyway. + 2007-12-04 Edgard Lima <edgard.lima@indt.org.br> * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk), |