mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
ext/xvid/gstxvid.c: Set rank of xviddec to NONE until someone fixes it (too many crasher bug reports against totem, p...
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).
This commit is contained in:
parent
4a0b3b8fda
commit
fa54b8561d
3 changed files with 8 additions and 2 deletions
|
@ -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),
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit bdd0108b3540ffadeb82cee28b8867a8a6e7ae78
|
||||
Subproject commit 9991f6fa61ee11475c390dd6675ef7952f079e43
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue