- 16 Jul, 2015 2 commits
-
-
Wim Taymans authored
Release the monitor lock when calling the provider start/stop methods. Because we release the lock now, We need to make sure we check the cookie again and keep track of started and removed providers.
-
Wim Taymans authored
The deviceproviders are added to the array sorted by their rank. Make sure we keep this ordering when removing a provider. We use _prepend to collect the devices, use g_list_reverse to get the devices in the right order; sorted by rank and in the same order as returned by the provider.
-
- 14 Jun, 2015 1 commit
-
-
Nicolas Dufresne authored
So from this point, the remaining warning for libgstreamer are about protected member not showing in the doc. This may need some discussion with upstream gtk-doc people. * Remove % in from of none macro * Fixed GST_TYPE_FAGS -> GST_TYPE_FAG_SET * Minor wording fix * Can't link to GstUri.port, so split the .port part
-
- 01 Dec, 2014 1 commit
-
-
Sebastian Dröge authored
TRUE is 1, but every other non-zero value is also considered true. Comparing for equality with TRUE would only consider 1 but not the others. Also normalize booleans in a few places.
-
- 03 Sep, 2014 1 commit
-
-
- 01 Jul, 2014 1 commit
-
-
- 30 Jun, 2014 1 commit
-
-
Guillaume Desmottes authored
We dont't want to depend on GLib 2.34 for now.
-
- 27 Jun, 2014 3 commits
-
-
Tim-Philipp Müller authored
Just show all devices then.
-
Olivier Crête authored
-
Olivier Crête authored
Each filter will include a GstCaps and a set of classes to match
-
- 26 Jun, 2014 2 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
- 20 Jun, 2014 1 commit
-
-
Olivier Crête authored
-
- 14 Jun, 2014 1 commit
-
-
Tim-Philipp Müller authored
-
- 01 Jun, 2014 1 commit
-
-
Tim-Philipp Müller authored
Fixes criticals at runtime and makes stuff actually work.
-
- 17 Mar, 2014 1 commit
-
-
Edward Hervey authored
Should fix build issues on BSD
-
- 16 Mar, 2014 4 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
Instead of having strings & flags, make them just strings
-
-
-