diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-11-15 08:38:16 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-11-15 08:38:16 +0000 |
commit | 659fbb2d4837d2d5cf9b6419eb7551aed48b3c65 (patch) | |
tree | 2e2f3422d9bb08d203dcfa0b7a5df9e9f2560b6e /ext | |
parent | d845b025d88b05d7f1679c9639311471e6e152e6 (diff) | |
download | gst-plugins-bad-659fbb2d4837d2d5cf9b6419eb7551aed48b3c65.tar.gz gst-plugins-bad-659fbb2d4837d2d5cf9b6419eb7551aed48b3c65.tar.bz2 gst-plugins-bad-659fbb2d4837d2d5cf9b6419eb7551aed48b3c65.zip |
set rank to secondary as you never want this to be used instead of normal oggdemux etc.
Original commit message from CVS:
set rank to secondary as you never want this to be used instead of normal oggdemux etc.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ivorbis/vorbis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c index 592d9d2a..02ecd5c2 100644 --- a/ext/ivorbis/vorbis.c +++ b/ext/ivorbis/vorbis.c @@ -30,7 +30,7 @@ extern GType ivorbisfile_get_type (void); static gboolean plugin_init (GstPlugin * plugin) { - if (!gst_element_register (plugin, "tremor", GST_RANK_PRIMARY, + if (!gst_element_register (plugin, "tremor", GST_RANK_SECONDARY, ivorbisfile_get_type ())) return FALSE; |