diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-09-30 16:22:04 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-09-30 16:22:04 +0000 |
commit | 5bd9d5cd173a93631136a66eeafbbccef54c3d69 (patch) | |
tree | e201cb1c771c31ac5b0f864c542a43823bd2d9c2 /ChangeLog | |
parent | aaee1a3d42d8bcf341165bfc0c38263a804cfad6 (diff) | |
download | gst-plugins-bad-5bd9d5cd173a93631136a66eeafbbccef54c3d69.tar.gz gst-plugins-bad-5bd9d5cd173a93631136a66eeafbbccef54c3d69.tar.bz2 gst-plugins-bad-5bd9d5cd173a93631136a66eeafbbccef54c3d69.zip |
gst/flacparse/gstbaseparse.c: Approximate the average bitrate, duration and size if possible and add a default conver...
Original commit message from CVS:
* gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
(gst_base_parse_init), (gst_base_parse_push_buffer),
(gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
(gst_base_parse_loop), (gst_base_parse_activate),
(gst_base_parse_convert), (gst_base_parse_query):
Approximate the average bitrate, duration and size if possible
and add a default conversion function which uses this for
time<->byte conversions.
* gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
Fix parsing if upstream gives -1 as duration.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2008-09-30 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init), + (gst_base_parse_init), (gst_base_parse_push_buffer), + (gst_base_parse_update_upstream_durations), (gst_base_parse_chain), + (gst_base_parse_loop), (gst_base_parse_activate), + (gst_base_parse_convert), (gst_base_parse_query): + Approximate the average bitrate, duration and size if possible + and add a default conversion function which uses this for + time<->byte conversions. + + * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size): + Fix parsing if upstream gives -1 as duration. + 2008-09-30 Wim Taymans <wim.taymans@collabora.co.uk> * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision), |