WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
200633
[GStreamer] Deal with slow buffer consumption in GStreamerMediaStreamSource
https://bugs.webkit.org/show_bug.cgi?id=200633
Summary
[GStreamer] Deal with slow buffer consumption in GStreamerMediaStreamSource
Thibault Saunier
Reported
2019-08-12 10:43:09 PDT
[GStreamer] Deal with slow buffer consumption in GStreamerMediaStreamSource
Attachments
Patch
(9.94 KB, patch)
2019-08-12 10:54 PDT
,
Thibault Saunier
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Thibault Saunier
Comment 1
2019-08-12 10:54:01 PDT
Created
attachment 376077
[details]
Patch
Philippe Normand
Comment 2
2019-08-15 07:06:18 PDT
Comment on
attachment 376077
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=376077&action=review
> Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp:553 > static gboolean webkitMediaStreamSrcSetupAppSrc(WebKitMediaStreamSrc* self, > - MediaStreamTrackPrivate* track, GstElement** element, > + MediaStreamTrackPrivate* track, WebKitMediaStreamSrc::SourceData* data, > GstStaticPadTemplate* pad_template, bool onlyTrack)
Where's the call site for this? I don't see it updated in this patch?
Thibault Saunier
Comment 3
2019-08-15 07:24:05 PDT
Comment on
attachment 376077
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=376077&action=review
>> Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp:553 >> GstStaticPadTemplate* pad_template, bool onlyTrack) > > Where's the call site for this? I don't see it updated in this patch?
In `webkitMediaStreamSrcAddTrack` - no need to update it here as it does:
> res = webkitMediaStreamSrcSetupAppSrc(self, track, &self->audioSrc, &audioSrcTemplate, onlyTrack);
and `self->audioSrc` has been changed to `WebKitMediaStreamSrc::SourceData`.
WebKit Commit Bot
Comment 4
2019-08-15 10:17:59 PDT
Comment on
attachment 376077
[details]
Patch Clearing flags on attachment: 376077 Committed
r248721
: <
https://trac.webkit.org/changeset/248721
>
WebKit Commit Bot
Comment 5
2019-08-15 10:18:00 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6
2019-08-15 10:18:16 PDT
<
rdar://problem/54351290
>
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