同步HiSharpDX的程式碼
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user