| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Subclasses can just iterate over the list of pads themselves
https://bugzilla.gnome.org/show_bug.cgi?id=760873
|
|
|
|
| |
This reverts commit 87d8270f302b03f63ce04f986d824892a2c131fd.
|
|
|
|
|
|
|
| |
Allows insertion of gl elements into non-gl pipelines without converter
(upload/download) elements.
https://bugzilla.gnome.org/show_bug.cgi?id=743974
|
| |
|
| |
|
|
|
|
|
| |
It deals with propagating the gl display/contexts throughout the
application/pipeline
|
|
|
|
|
| |
Needed so that the pipeline/application can limit the choice of GL api
to what it supports
|
|
|
|
|
|
|
| |
Otherwise the CapsFeatures will be lost along with the possibility
of multiple output types and formats.
https://bugzilla.gnome.org/show_bug.cgi?id=738129
|
| |
|
|
|
|
|
|
|
|
|
| |
Otherwise we could pass on a RGBA formatted buffer and downstream would
misinterpret that as some other video format.
Fixes pipelines of the form
gleffects ! tee ! xvimagesink
|
|
It depends on GstAggregator and we don't want to install headers
for that yet.
https://bugzilla.gnome.org/show_bug.cgi?id=732207
|