[brasero] transcode plugin - fix required gstreamer plugins



commit 4fad49aa4dc16bf2c679970483ba82a8bd506908
Author: Robert McQueen <rob endlessm com>
Date:   Wed Feb 19 12:17:35 2020 +0000

    transcode plugin - fix required gstreamer plugins
    
    Make the gstreamer plugins tested for by the transcode plugin match the
    plugins it uses.
    
    Fixes: #325

 plugins/transcode/burn-vob.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/transcode/burn-vob.c b/plugins/transcode/burn-vob.c
index 1ddcdefa..621c38af 100644
--- a/plugins/transcode/burn-vob.c
+++ b/plugins/transcode/burn-vob.c
@@ -1398,8 +1398,8 @@ G_MODULE_EXPORT void
 brasero_plugin_check_config (BraseroPlugin *plugin)
 {
        /* Let's see if we've got the plugins we need */
-       brasero_plugin_test_gstreamer_plugin (plugin, "avenc_mpeg2video");
        brasero_plugin_test_gstreamer_plugin (plugin, "avenc_ac3");
        brasero_plugin_test_gstreamer_plugin (plugin, "avenc_mp2");
+       brasero_plugin_test_gstreamer_plugin (plugin, "mpeg2enc");
        brasero_plugin_test_gstreamer_plugin (plugin, "mplex");
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]