Skip to content

Commit 5b8829b

Browse files
pgorszkowski-igaliaeocanha
authored andcommitted
[GStreamer][Quirks][RPi] update additional playbin flags
https://bugs.webkit.org/show_bug.cgi?id=286668 Reviewed by Philippe Normand. Set proper flags used by OpenMax. * Source/WebCore/platform/gstreamer/GStreamerQuirkOpenMAX.h: Canonical link: https://commits.webkit.org/289549@main
1 parent e022650 commit 5b8829b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/WebCore/platform/gstreamer/GStreamerQuirkOpenMAX.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class GStreamerQuirkOpenMAX final : public GStreamerQuirk {
3030
public:
3131
GStreamerQuirkOpenMAX();
3232
const ASCIILiteral identifier() const final { return "OpenMAX"_s; }
33+
unsigned getAdditionalPlaybinFlags() const final { return getGstPlayFlag("text") | getGstPlayFlag("native-video"); }
3334

3435
bool processWebAudioSilentBuffer(GstBuffer*) const final;
3536
};

0 commit comments

Comments
 (0)