gstreamer/gst-libs/gst
Alessandro Decina bef0a46c5d glcolorconvert: try harder to passthrough
This makes a pipeline like:

... ! video/x-raw(memory:GLMemory),format=UYVY ! glcolorconvert !
video/x-raw(memory:GLMemory),format={UYVY, NV12} ! ...

passthrough instead of converting UYVY => NV12. The conversion would happen
before this change since the element (and basetransform) transform the src caps
to format={NV12, UYVY} (since NV12 comes first in the glcolorconvert:src
template) and then the default caps fixate func would fixate to NV12. Blah.

Also there's no need to intersect against the template caps in ::transform_caps
since basetransform does that right after calling the vfunc.
2016-01-14 16:38:07 +11:00
..
adaptivedemux adaptivedemux: fix seeking that just updates stop position 2016-01-07 15:46:01 -03:00
base aggregator: use GST_STIME_FORMAT for GstClockTimeDiff 2015-11-05 12:36:55 +00:00
basecamerabinsrc Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00
codecparsers codecparsers: vp9: minor clean-up 2015-12-30 13:17:24 +00:00
gl glcolorconvert: try harder to passthrough 2016-01-14 16:38:07 +11:00
insertbin bad: Add g_autoptr() support to all types 2015-12-14 14:45:38 -05:00
interfaces Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00
mpegts mpegtsdescriptor: Add API for creating extended descriptors and fix writing them 2015-11-03 20:35:41 +02:00
player player: Only set the pipeline to PLAYING in play() if buffering>=100% 2016-01-06 16:55:44 +02:00
uridownloader dashdemux: add support for HTTP HEAD method of time sync 2015-08-14 06:47:21 -03:00
video videoaggregator: use GST_STIME_ARGS for GstClockTimeDiff 2015-11-02 17:00:22 +00:00
wayland libs: Don't install headers and pc files for libgstwayland/badvideo/badbase 2014-07-11 09:33:57 +02:00
gettext.h Fix FSF address 2012-11-04 00:09:59 +00:00
glib-compat-private.h Update GLib dependency to 2.40.0 2015-10-02 22:24:19 +03:00
gst-i18n-plugin.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am player: Import GstPlayer playback convenience API 2015-12-23 09:54:37 +01:00