diff options
author | Benjamin Otte <otte@gnome.org> | 2004-12-17 17:02:53 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-12-17 17:02:53 +0000 |
commit | d6a5ec15d1a8d87f7bbfeeb79007a7cda5b74e1f (patch) | |
tree | fa009c6bc00899ce6fcc861972e3857cbb14994e /ChangeLog | |
parent | b2c01d68e3b8fd3eaacb4b4e41f480000cd01dc7 (diff) | |
download | gst-plugins-bad-d6a5ec15d1a8d87f7bbfeeb79007a7cda5b74e1f.tar.gz gst-plugins-bad-d6a5ec15d1a8d87f7bbfeeb79007a7cda5b74e1f.tar.bz2 gst-plugins-bad-d6a5ec15d1a8d87f7bbfeeb79007a7cda5b74e1f.zip |
gst/playback/gstdecodebin.c: make sure the facotries are ordered the same every time even if they have the same rank ...
Original commit message from CVS:
* gst/playback/gstdecodebin.c: (compare_ranks):
make sure the facotries are ordered the same every time even if they
have the same rank by using the name
* gst/playback/gstdecodebin.c: (find_compatibles):
make sure we don't add factories to the list twice
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * gst/playback/gstdecodebin.c: (compare_ranks): + make sure the facotries are ordered the same every time even if they + have the same rank by using the name + * gst/playback/gstdecodebin.c: (find_compatibles): + make sure we don't add factories to the list twice + 2004-12-16 David Schleef <ds@schleef.org> * configure.ac: look for musepack headers as musepack/*.h |