Original commit message from CVS:
* ext/xvid/gstxvid.c: (plugin_init):
Set rank of xviddec to NONE until someone fixes it (too many crasher
bug reports against totem, people should use gst-ffmpeg).
+2006-10-02 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/xvid/gstxvid.c: (plugin_init):
+ Set rank of xviddec to NONE until someone fixes it (too many crasher
+ bug reports against totem, people should use gst-ffmpeg).
+
2006-09-28 Wim Taymans <wim@fluendo.com>
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
-Subproject commit bdd0108b3540ffadeb82cee28b8867a8a6e7ae78
+Subproject commit 9991f6fa61ee11475c390dd6675ef7952f079e43
return (gst_element_register (plugin, "xvidenc",
GST_RANK_NONE, GST_TYPE_XVIDENC) &&
gst_element_register (plugin, "xviddec",
- GST_RANK_SECONDARY, GST_TYPE_XVIDDEC));
+ GST_RANK_NONE, GST_TYPE_XVIDDEC));
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,