gst/playback/gstqueue2.c: Update the estimated input data when we push out a buffer.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 2 Apr 2008 11:08:05 +0000 (11:08 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 2 Apr 2008 11:08:05 +0000 (11:08 +0000)
commit8f77a5d92892ef71b22bc9975f1384c6dedf0ffc
tree4317b55468def8876e07dc7ae40c48d580e6a3c5
parentc82eca96a6aee7faca727f0d0e8a28c8b000e0c7
gst/playback/gstqueue2.c: Update the estimated input data when we push out a buffer.

Original commit message from CVS:
* gst/playback/gstqueue2.c: (update_out_rates),
(gst_queue_open_temp_location_file),
(gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
(gst_queue_handle_src_query), (gst_queue_set_property):
Update the estimated input data when we push out a buffer.
Add some debug info about the temp file.
Only forward src events when we are not using a temp file.
Don't block the duration query, we need to find something better.
Don't leak the temp filename.
ChangeLog
gst/playback/gstqueue2.c