Bug 238991 - [GStreamer] Runtime warning when the player configures the avdec AV1 decoder
Summary: [GStreamer] Runtime warning when the player configures the avdec AV1 decoder
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-08 03:24 PDT by Philippe Normand
Modified: 2022-04-19 03:58 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.08 KB, patch)
2022-04-08 08:51 PDT, Philippe Normand
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2022-04-08 03:24:25 PDT
(WebKitWebProcess:2): GLib-GObject-WARNING **: 20:34:32.280: g_object_set_is_valid_property: object class 'avdec_av1' has no property named 'max-threads'
Comment 1 247 2022-04-08 04:08:09 PDT
ok, so

considering this is the command i should use

GST_DEBUG="3,webkit*:6" GST_DEBUG_FILE=/tmp/gst.log GST_DEBUG_DUMP_DOT_DIR=/tmp <browser> <https://www.youtube.com/watch?v=XIAor5VAjuE>

how do i use it in epiphany? (in case, the url provided is one of the videos that do not play
Comment 2 Philippe Normand 2022-04-08 04:17:37 PDT
replace <browser> with epiphany
Comment 3 247 2022-04-08 04:21:02 PDT
first thing done, and i get an error about an invalid token after the <
Comment 4 Philippe Normand 2022-04-08 04:29:30 PDT
GST_DEBUG="3,webkit*:6" GST_DEBUG_FILE=/tmp/gst.log GST_DEBUG_DUMP_DOT_DIR=/tmp epiphany "https://www.youtube.com/watch?v=XIAor5VAjuE"
Comment 5 Philippe Normand 2022-04-08 08:51:58 PDT
Created attachment 457077 [details]
Patch
Comment 6 EWS 2022-04-19 03:57:38 PDT
Committed r293013 (249752@main): <https://commits.webkit.org/249752@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 457077 [details].
Comment 7 Radar WebKit Bug Importer 2022-04-19 03:58:13 PDT
<rdar://problem/91951002>