mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
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:
parent
4711b4128c
commit
ee9f010eef
2 changed files with 9 additions and 1 deletions
|
@ -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),
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue