Bug 116040 - [texmap] [GStreamer] support cropping in composited video
Summary: [texmap] [GStreamer] support cropping in composited video
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 86410
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-13 09:36 PDT by Víctor M. Jáquez L.
Modified: 2018-02-09 10:08 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Víctor M. Jáquez L. 2013-05-13 09:36:55 PDT
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.
Comment 1 Philippe Normand 2013-05-13 09:41:53 PDT
Adding No'am :)
Comment 2 Philippe Normand 2018-02-09 10:08:41 PST
So we need to handle the GstCropMeta? Adding Miguel in CC.