- 05 Jan, 2016 6 commits
-
-
Sebastian Dröge authored
clocked -> clock
-
Sebastian Dröge authored
Not from the external one.
-
Stefan Sauer authored
Don't abbreviate to 'mono' and use 'monotonic' instead.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
They will return useless values from get_time().
-
Sebastian Dröge authored
-
- 04 Jan, 2016 4 commits
-
-
Sebastian Dröge authored
There's not much lost by having the clock idle around a bit longer but it will potentially allow anybody wanting to use the same clock server again to sync much faster.
-
Sebastian Dröge authored
If multiple net/NTP clocks are created for the same server, reuse the same internal clock for all of them. This makes sure that we don't flood the server with too many requests and also possibly allows faster synchronization if there already was an earlier synchronized clock when creating a new one.
-
Sebastian Dröge authored
Bindings don't like that much and as we're using GIO here anyway we can as well use GInitable for possibly failing initialization.
-
Sebastian Dröge authored
They can't sensibly be changed after construction.
-
- 03 Jan, 2016 5 commits
-
-
Stefan Sauer authored
Add two macros to build nicer element/pad name strings. The macros avoid printing "(NULL)" and print the element type in addition to the name.
-
Stefan Sauer authored
The parse-launch API automagically handles dynamic pads and performs delayed linking as needed, without any feedback about whether the linking succeeded or not however. If a delayed dynamic link can't be completed for whatever reason, parse-launch will simply wait in case a suitable pad appears later. This may never happen though, in which case the pipeline may just hang forever. Try to improve this by connecting to the "no-more-pads" signal of any element with dynamic pads and posting a warning message for the related outstanding dynamic links when "no-more-pads" is emitted. Fixes #760003
-
Tim-Philipp Müller authored
-
Stefan Sauer authored
-
Stefan Sauer authored
-
- 31 Dec, 2015 2 commits
-
-
Tim-Philipp Müller authored
Tests data/strings as well, not just that we received something non-NULL back.
-
Tim-Philipp Müller authored
-
- 30 Dec, 2015 1 commit
-
-
Sebastian Dröge authored
Just allowing IPs here is not ideal and implementing DNS resolval is easy.
-
- 29 Dec, 2015 3 commits
-
-
Sebastian Dröge authored
-
-
Aurélien Zanelli authored
To make clear caller is responsible to unref them. https://bugzilla.gnome.org/show_bug.cgi?id=759948
-
- 28 Dec, 2015 1 commit
-
-
Sebastian Dröge authored
This gives us the property documentation for example.
-
- 27 Dec, 2015 1 commit
-
-
Stefan Sauer authored
Simply call fail() in the condition after the first memcmp.
-
- 24 Dec, 2015 4 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 21 Dec, 2015 1 commit
-
-
Koop Mast authored
Update the -Bsymbolic check with the version glib has. This version works with clang. https://bugzilla.gnome.org/show_bug.cgi?id=759713
-
- 16 Dec, 2015 1 commit
-
-
Sebastian Dröge authored
-
- 14 Dec, 2015 7 commits
-
-
-
Sebastian Dröge authored
If not, go back to the automatic pad numbering. CID 1195129
-
Sebastian Dröge authored
For CAPS events we will never ever have a FALSE return value here, so just remove the dead code instead of causing future confusion.
-
Sebastian Dröge authored
This reverts commit 78614c50. The code it was fixing does not have any effect anyway and will be removed in the next commit.
-
Vineeth TM authored
Once event is pushed to pad, then queue should not access the event. This is leading to invalid read valgrind errors https://bugzilla.gnome.org/show_bug.cgi?id=759430
-
Sebastian Dröge authored
Otherwise we'll take ownership of the event only if it's implemented, and leak the event in all other situations.
-
Sebastian Dröge authored
Use GST_PAD_PROBE_PASS to pass through all events other than EOS instead of blocking on the first non-EOS event forever. Also fix a typo in a comment in that function. Thanks to David Jaggard for reporting this on the mailing list.
-
- 13 Dec, 2015 1 commit
-
-
- 12 Dec, 2015 3 commits
-
-
Reynaldo H. Verdejo Pinochet authored
-
Reynaldo H. Verdejo Pinochet authored
-