From 3070e9bdec6cf379d5ce25bc9022f8539ebb6be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 30 Sep 2008 16:41:15 +0000 Subject: 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2322dc5c..d459bad4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-09-30 Sebastian Dröge + + * 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 * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init), -- cgit v1.2.1