ext/xvid/gstxvid.c: Set rank of xviddec to NONE until someone fixes it (too many...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 2 Oct 2006 13:28:49 +0000 (13:28 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 2 Oct 2006 13:28:49 +0000 (13:28 +0000)
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).

ChangeLog
common
ext/xvid/gstxvid.c

index 731d385c8dee6c6342368fe1cc11c103bf05be76..9ff40fbbd8288e971145d0f63b4ccff34738bdec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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),
diff --git a/common b/common
index bdd0108b3540ffadeb82cee28b8867a8a6e7ae78..9991f6fa61ee11475c390dd6675ef7952f079e43 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit bdd0108b3540ffadeb82cee28b8867a8a6e7ae78
+Subproject commit 9991f6fa61ee11475c390dd6675ef7952f079e43
index bc10d21906adbbfaa162a85c1b9a0a7a93fd69ab..19fb225d5e867a1af0f726b116e0724b7f6444c2 100644 (file)
@@ -361,7 +361,7 @@ plugin_init (GstPlugin * plugin)
   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,