[Webkit-unassigned] [Bug 240229] [GStreamer][VideoCapture] Add support for capturing encoded video streams from a webcam
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 12 04:37:27 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=240229
--- Comment #12 from Philippe Normand <pnormand at igalia.com> ---
Comment on attachment 459216
--> https://bugs.webkit.org/attachment.cgi?id=459216
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=459216&action=review
> Source/WebCore/platform/mediastream/gstreamer/GStreamerVideoCapturer.cpp:71
> + auto bin = makeGStreamerBin("capsfilter caps=\"video/x-raw\" name=mimetype-filter ! decodebin3 ! videoscale ! videoconvert ! videorate drop-only=1 average-period=1 name=videorate", false);
So passing true as second argument here wasn't working? Was it due to decodebin3?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220512/bbdeb199/attachment-0001.htm>
More information about the webkit-unassigned
mailing list