gstreamer/gst-libs/gst
Alessandro Decina 7d46357627 gstglwindow_cocoa: fix slow render rate
In gst_gl_window_cocoa_draw we used to just call setNeedsDisplay:YES. That was
creating an implicit CA transaction which was getting committed at the next
runloop iteration. Since we don't know how often the main runloop is running,
and when we run it implicitly (from gst_gl_window_cocoa_nsapp_iteration) we only
do so every 200ms, use an explicit CA transaction instead and commit it
immediately. CA transactions nest and debounce automatically so this will never
result in extra work.
2015-02-03 11:19:35 +11:00
..
adaptivedemux adaptivedemux: do not skip the first fragment 2015-01-20 14:55:05 -03:00
base aggregator: Cleanup locking around AggregatorPad flush related fields 2015-01-29 10:24:18 +01:00
basecamerabinsrc basecamerasrc: fix typo in docs 2014-11-28 00:13:22 +00:00
codecparsers codecparsers: Indent file 2015-01-23 12:26:16 +01:00
gl gstglwindow_cocoa: fix slow render rate 2015-02-03 11:19:35 +11:00
insertbin insertbin: Add doc for the ignored user-data in action signals 2014-11-03 20:45:03 -05:00
interfaces GstPhotography: Add new enum values to match android's parameters 2012-11-20 09:37:59 +00:00
mpegts mpegts: fix some compiler warnings 2014-11-25 10:23:43 +01:00
uridownloader uridownloader: a few leak fixes 2015-01-16 11:43:22 +00:00
video aggregator: More fixes around locking when accessing protected private fields 2015-01-29 10:24:18 +01: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 glib-compat-private.h: remove old GStaticRecMutex stuff 2013-02-12 10:39:44 +00:00
gst-i18n-plugin.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am gst-libs: build order: uridownloader before adaptivedemux 2014-12-08 08:24:17 -03:00