Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The camerabin tests were throwing glib errors and hanging when
gst-plugins-good elements (jpegenc, videocrop) can't found.
|
|
Don't dist the generated marshal.h header by putting it in the headers
list.
|
|
Application developers won't know right away which module an interface comes from,
and may assume that it is covered by the usual GStreamer API guarantees, so make
it as clear as possible that this particular API is still subject to change
(should have done that with other libraries in -bad before too really).
|
|
Revert the GString change. There are no marshallers for it. A better change is
now described in http://bugzilla.gnome.org/show_bug.cgi?id=573370.
Test should work again.
|
|
No short-desc as we have them in the element details.
Also keep things (Makefile.am and sections.txt) sorted.
Reword ambigous returns. No text after since please.
|
|
Use GString instead of GPointer for the marshaller as this is what the callback uses.
Slightly reformat docs.
|
|
|
|
If dealing with larger frame sizes than view finder sink element
accepts then maintain aspect ratio when scaling frames to fit.
|
|
If capture preparation in videosrc results in frame size different
from requested size, then we need to scale them.
|
|
Windows doesn't have strcasecmp so we should use
g_ascii_strcasecmp here instead.
Also Windows doesn't have sys/time.h so we first
need to check if it actually exists and if not
we should not include it.
Fixes bug #572315.
|
|
|
|
|
|
|
|
|
|
|
|
|