From 5e49781cde9b9e97a8e2a15b3b711cb451bbc850 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 24 Feb 2005 10:55:51 +0000 Subject: 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). --- ChangeLog | 6 ++++++ ext/ivorbis/vorbis.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f0efd764..5362d942 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-24 Ronald S. Bultje + + * ext/ivorbis/vorbis.c: (plugin_init): + Set rank to secondary, we always prefer oggdemux (for obvious + reasons). + 2005-02-24 Ronald S. Bultje * gst/playback/gstplaybasebin.c: (check_queue), (buffer_underrun), diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c index 3394a77a..b611bbbd 100644 --- a/ext/ivorbis/vorbis.c +++ b/ext/ivorbis/vorbis.c @@ -33,7 +33,7 @@ plugin_init (GstPlugin * plugin) if (!gst_library_load ("gstbytestream")) return FALSE; - if (!gst_element_register (plugin, "tremor", GST_RANK_PRIMARY, + if (!gst_element_register (plugin, "tremor", GST_RANK_SECONDARY, ivorbisfile_get_type ())) return FALSE; -- cgit v1.2.1