| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Sort by:
• "config.h"
• API declarations, if any
• public libraries
• internal headers, alphabetically sorted (mostly)
http://telepathy.freedesktop.org/wiki/Style#A.23includes
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
|
|
|
|
|
|
|
| |
Directly add the libempathy, libempathy-gtk and extensions directories
to the include search path. This decouples header inclusions from their
location and helps when reorganizing the source files layout.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
|
|
|
|
|
|
|
| |
This makes a bit more obvious which headers come from public libraries
and which ones come from uninstalled utility libraries.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
|
|
|
|
|
|
|
| |
With the help of the script posted at http://stackoverflow.com/a/7135530
and some manual fixes, drop the unused or redundant #include directives.
https://bugzilla.gnome.org/show_bug.cgi?id=696718
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Using the max-rate property is simpler and less racy, so do that
instead. Does require (currently unreleased) gst-plugins-base 0.10.36
|
|
|
|
|
|
| |
Setting an element to NULL resets various internal values (the clock,
the base time etc). To make sure everything is reset as expected simply
yank it from the bin and re-insert it (which will reset the values)
|
| |
|
| |
|
|
|
|
|
|
|
| |
Using framerate range reduce the chance that changing the framerate breaks
the pipline. We also always set an initial range to support src like
videotestsrc that does not allow changing framerate dynamically and would
default to a "as fast as possible" mode.
|
|
|
|
|
| |
This workaround issue with videotestsrc when the test src does not have a
a clock after going to NULL state while changing resolution.
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=658584
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=658584
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=656579
|
| |
|
| |
|
| |
|
| |
|
|
And only build them for empathy-av, since they use farsight.
|