summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-09-30 16:41:15 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-09-30 16:41:15 +0000
commit3070e9bdec6cf379d5ce25bc9022f8539ebb6be5 (patch)
tree0556e65f811509c4092922638c1e396e1746871b /ChangeLog
parent5bd9d5cd173a93631136a66eeafbbccef54c3d69 (diff)
downloadgst-plugins-bad-3070e9bdec6cf379d5ce25bc9022f8539ebb6be5.tar.gz
gst-plugins-bad-3070e9bdec6cf379d5ce25bc9022f8539ebb6be5.tar.bz2
gst-plugins-bad-3070e9bdec6cf379d5ce25bc9022f8539ebb6be5.zip
gst/flacparse/gstbaseparse.*: Provide a vfunc for the subclass to decide whether a frame is inside the segment or not...
Original commit message from CVS: * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init), (gst_base_parse_push_buffer), (gst_base_parse_update_upstream_durations), (gst_base_parse_convert), (gst_base_parse_frame_in_segment): * gst/flacparse/gstbaseparse.h: Provide a vfunc for the subclass to decide whether a frame is inside the segment or not and add a default implementation. Fix approximate bitrate calculations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2322dc5c..d459bad4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
2008-09-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
+ (gst_base_parse_push_buffer),
+ (gst_base_parse_update_upstream_durations),
+ (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
+ * gst/flacparse/gstbaseparse.h:
+ Provide a vfunc for the subclass to decide whether a frame is inside
+ the segment or not and add a default implementation.
+
+ Fix approximate bitrate calculations.
+
+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),