gst/dvdsub/gstdvdsubdec.c: Set rank to NONE for the time being until we make playbin...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 8 Aug 2006 13:23:27 +0000 (13:23 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 8 Aug 2006 13:23:27 +0000 (13:23 +0000)
Original commit message from CVS:
* gst/dvdsub/gstdvdsubdec.c: (plugin_init):
Set rank to NONE for the time being until we make playbin handle
subtitle pictures again (dvdsubdec seems to be a bit shaky at
times when seeking, so it's probably better if it doesn't get
autoplugged for the time being).

ChangeLog
gst/dvdsub/gstdvdsubdec.c

index 779413d..30cc476 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/dvdsub/gstdvdsubdec.c: (plugin_init):
+         Set rank to NONE for the time being until we make playbin handle
+         subtitle pictures again (dvdsubdec seems to be a bit shaky at
+         times when seeking, so it's probably better if it doesn't get
+         autoplugged for the time being).
+
 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
index dd05fc2..cc19a63 100644 (file)
@@ -990,7 +990,7 @@ not_handled:
 static gboolean
 plugin_init (GstPlugin * plugin)
 {
-  if (!gst_element_register (plugin, "dvdsubdec", GST_RANK_PRIMARY,
+  if (!gst_element_register (plugin, "dvdsubdec", GST_RANK_NONE,
           GST_TYPE_DVD_SUB_DEC)) {
     return FALSE;
   }