WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
194537
[GStreamer] Simplify GObject class name check
https://bugs.webkit.org/show_bug.cgi?id=194537
Summary
[GStreamer] Simplify GObject class name check
Bastien Nocera
Reported
2019-02-12 06:42:24 PST
This line:
https://sources.debian.org/src/webkit2gtk/2.23.3-1/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp/#L1754
reads: if (g_strcmp0(G_OBJECT_CLASS_NAME(G_OBJECT_GET_CLASS(G_OBJECT(element))), "GstDownloadBuffer")) It could be simplified to: if (g_strcmp0(G_OBJECT_TYPE_NAME(element)), "GstDownloadBuffer"))
Attachments
Patch
(1.71 KB, patch)
2019-02-15 08:48 PST
,
Philippe Normand
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2019-02-15 08:48:19 PST
Created
attachment 362117
[details]
Patch
WebKit Commit Bot
Comment 2
2019-02-15 09:26:22 PST
Comment on
attachment 362117
[details]
Patch Clearing flags on attachment: 362117 Committed
r241590
: <
https://trac.webkit.org/changeset/241590
>
WebKit Commit Bot
Comment 3
2019-02-15 09:26:24 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4
2019-02-15 15:30:45 PST
<
rdar://problem/48126892
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug