Bug 116040
Summary: | [texmap] [GStreamer] support cropping in composited video | ||
---|---|---|---|
Product: | WebKit | Reporter: | Víctor M. Jáquez L. <vjaquez> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | bugs-noreply, hk, magomez, noam, pnormand, yoon |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 86410 | ||
Bug Blocks: |
Víctor M. Jáquez L.
In bug #86410, composited video support, using the TexturMapper, was added. But it doesn't handle when the video needs to be cropped, as the case of theora codecs.
One approach can be to improve the TextureMapper::drawTexture() method allowing the video cropping using OpenGL. Look at the http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/ext/eglgles/gsteglglessink.c as an example.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
Adding No'am :)
Philippe Normand
So we need to handle the GstCropMeta? Adding Miguel in CC.