diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-02-24 10:55:51 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-02-24 10:55:51 +0000 |
commit | 5e49781cde9b9e97a8e2a15b3b711cb451bbc850 (patch) | |
tree | 1ab0e0c4a636de3b91834029ea10711e15ac599e /ChangeLog | |
parent | d97eb4ea605e12416ebb8a016b502048252bd610 (diff) | |
download | gst-plugins-bad-5e49781cde9b9e97a8e2a15b3b711cb451bbc850.tar.gz gst-plugins-bad-5e49781cde9b9e97a8e2a15b3b711cb451bbc850.tar.bz2 gst-plugins-bad-5e49781cde9b9e97a8e2a15b3b711cb451bbc850.zip |
ext/ivorbis/vorbis.c: Set rank to secondary, we always prefer oggdemux (for obvious reasons).
Original commit message from CVS:
* ext/ivorbis/vorbis.c: (plugin_init):
Set rank to secondary, we always prefer oggdemux (for obvious
reasons).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-02-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/ivorbis/vorbis.c: (plugin_init): + Set rank to secondary, we always prefer oggdemux (for obvious + reasons). + +2005-02-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/playback/gstplaybasebin.c: (check_queue), (buffer_underrun), (buffer_running), (buffer_overrun), (gen_source_element): Remove probe when no longer blocking for buffering (requested). |