Skip to content

GStreamer 1.20 error when playing video #10

@OlivierP-To8

Description

@OlivierP-To8

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions