From ee9f010eeff2d41589967b4d15ffb7916817674d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 8 Aug 2006 13:23:27 +0000 Subject: [PATCH] gst/dvdsub/gstdvdsubdec.c: Set rank to NONE for the time being until we make playbin handle subtitle pictures again (... 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 | 8 ++++++++ gst/dvdsub/gstdvdsubdec.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 779413d..30cc476 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-08-08 Tim-Philipp Müller + + * 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 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream), diff --git a/gst/dvdsub/gstdvdsubdec.c b/gst/dvdsub/gstdvdsubdec.c index dd05fc2..cc19a63 100644 --- a/gst/dvdsub/gstdvdsubdec.c +++ b/gst/dvdsub/gstdvdsubdec.c @@ -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; } -- 2.7.4