-
Notifications
You must be signed in to change notification settings - Fork 39
GStreamer 1.20 error when playing video #10
Copy link
Copy link
Open
Description
Hi,
I'm using RetroFE on Linux Mint 21 Xfce, with GStreamer 1.20.3-0ubuntu1.
The video playback doesn't work, with the following error :
GStreamer-Base-CRITICAL **: 12:03:39.144: basetransform: second attempt to fixate caps returned invalid (NULL) caps on pad vaapipostproc1:sink
I found an easy fix: in Source/Video/GStreamerVideo.cpp, replace
playbin_ = gst_element_factory_make("playbin", "player");
with
playbin_ = gst_element_factory_make("playbin3", "player");
Best regards,
Olivier.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels