~raof/gst-mir/+git/trunk:master

Last commit made on 2015-11-18
Get this branch:
git clone -b master https://git.launchpad.net/~raof/gst-mir/+git/trunk
Only Chris Halse Rogers can upload to this branch. If you are Chris Halse Rogers please log in for upload directions.

Branch information

Name:
master
Repository:
lp:~raof/gst-mir/+git/trunk

Recent commits

477865d... by Chris Halse Rogers

Replace all the FIXMEs with real data

5eac37e... by Chris Halse Rogers

Drop unused stub functions.

If and when we need to implement all these other bits they'll still
be safely in git history…

a44d469... by Chris Halse Rogers

Allow selecting which output-id to stream

2382e04... by Chris Halse Rogers

A little more paranoia in setup

e52a63c... by Chris Halse Rogers

Don't call gst_base_src_start_complete.

We're not using BaseSrc's asynchronous start support, so we don't need to.

e673cf6... by Chris Halse Rogers

Slightly better debug formatting

8fd8751... by Chris Halse Rogers

Fix the EGL screencast path.

Turns out that glReadPixels works better when you ask for width & height > 0.
Who knew?

173be8e... by Chris Halse Rogers

Bail early from image_src_start if we're already started

ffc379f... by Chris Halse Rogers

Move eglMakeCurrent definitely into the streaming thread.

This will unnecessarily call eglMakeCurrent a lot of times; should really just
be tracking the appropriate threadness.

b514c90... by Chris Halse Rogers

Zero-fill the fill-function-context structures.

We rely on some elements being 0 in the error-case so we should probably start with
them 0 ☺