mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-17 21:29:59 +01:00
BugFix Prevents failure of hardware decoding of images.
This commit is contained in:
@@ -358,7 +358,7 @@ void MediaPlayer::execute_open()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// setup software decode
|
// setup software decode
|
||||||
if (force_software_decoding_) {
|
if (force_software_decoding_ || media_.isimage) {
|
||||||
g_object_set (G_OBJECT (gst_bin_get_by_name (GST_BIN (pipeline_), "decoder")), "force-sw-decoders", true, NULL);
|
g_object_set (G_OBJECT (gst_bin_get_by_name (GST_BIN (pipeline_), "decoder")), "force-sw-decoders", true, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user