summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-09 15:43:02 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-09 15:43:02 +0000
commitd411f8d1d7d5d5da9e1213ddc9387cba88768abb (patch)
treed9a53561c790c6cd4437106359945c6bfeedc09b /ChangeLog
parentf66e8bf23324c661cb0dd943f7be0349193958c0 (diff)
downloadgst-plugins-bad-d411f8d1d7d5d5da9e1213ddc9387cba88768abb.tar.gz
gst-plugins-bad-d411f8d1d7d5d5da9e1213ddc9387cba88768abb.tar.bz2
gst-plugins-bad-d411f8d1d7d5d5da9e1213ddc9387cba88768abb.zip
gst/flv/gstflvdemux.c: Refactor _pull_range() logic with checks into a seperate function to make things a bit more re...
Original commit message from CVS: * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range), (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header): Refactor _pull_range() logic with checks into a seperate function to make things a bit more readable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6d8701a..d377d8b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-10-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
+ (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
+ Refactor _pull_range() logic with checks into a seperate function
+ to make things a bit more readable.
+
+2008-10-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
(gst_flv_demux_base_init):
Use gst_element_class_set_details_simple().