同步HiSharpDX的程式碼

This commit is contained in:
Raymond Yang
2023-05-19 14:02:47 +08:00
parent 0021b30842
commit 02a26445be
9 changed files with 126 additions and 123 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ static void *app_function(void *userdata) {
g_main_context_push_thread_default(data->context);
/* Build pipeline */
data->pipeline = gst_parse_launch("playbin", &error);
data->pipeline = gst_parse_launch("playbin3", &error);
if (error) {
gchar *message = g_strdup_printf("Unable to build pipeline: %s", error->message);
g_clear_error(&error);