diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-08-14 10:06:55 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-08-14 10:06:55 +0000 |
commit | 9d1c15dbc722268b23dce56f72806ad60a41180c (patch) | |
tree | 8515f342c470398594b42b488d38121da80fcbdd /ChangeLog | |
parent | b791f8e9411e62ac12ca7d86e560e416b7f5bb67 (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |