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).
This commit is contained in:
Tim-Philipp Müller 2006-08-08 13:23:27 +00:00
parent 4711b4128c
commit ee9f010eef
2 changed files with 9 additions and 1 deletions

View file

@ -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> 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
* gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream), * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),

View file

@ -990,7 +990,7 @@ not_handled:
static gboolean static gboolean
plugin_init (GstPlugin * plugin) 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)) { GST_TYPE_DVD_SUB_DEC)) {
return FALSE; return FALSE;
} }