summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-08-14 10:06:55 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-14 10:06:55 +0000
commit9d1c15dbc722268b23dce56f72806ad60a41180c (patch)
tree8515f342c470398594b42b488d38121da80fcbdd /ChangeLog
parentb791f8e9411e62ac12ca7d86e560e416b7f5bb67 (diff)
downloadgst-plugins-bad-9d1c15dbc722268b23dce56f72806ad60a41180c.tar.gz
gst-plugins-bad-9d1c15dbc722268b23dce56f72806ad60a41180c.tar.bz2
gst-plugins-bad-9d1c15dbc722268b23dce56f72806ad60a41180c.zip
gst/qtdemux/qtdemux.c: Extract all references/redirections if there is more than one and sort them; also extract mini...
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func), (qtdemux_process_redirects), (qtdemux_parse_tree): Extract all references/redirections if there is more than one and sort them; also extract minimum required bitrate information if available. (#350399)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7898530..86a31ade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
+ (qtdemux_process_redirects), (qtdemux_parse_tree):
+ Extract all references/redirections if there is more
+ than one and sort them; also extract minimum required
+ bitrate information if available. (#350399)
+
2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Michal Benes <michal.benes at itonis tv>