mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
plugins: Disable vaapidecodebin for GStreamer < 1.4
There are autoplugging issues in GStreamer-1.2. Lets disable vaapidecodebin untill we get some workarounds for this.
This commit is contained in:
parent
8eabe9f377
commit
29853f2aae
1 changed files with 2 additions and 0 deletions
|
@ -87,9 +87,11 @@ plugin_init (GstPlugin *plugin)
|
|||
GST_TYPE_VAAPIENCODE_VP8);
|
||||
#endif
|
||||
|
||||
#if GST_CHECK_VERSION(1,4,0)
|
||||
gst_element_register(plugin, "vaapidecodebin",
|
||||
GST_RANK_PRIMARY + 2,
|
||||
GST_TYPE_VAAPI_DECODE_BIN);
|
||||
#endif
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue