- 06 Oct, 2009 18 commits
-
-
Tim-Philipp Müller authored
-
Wim Taymans authored
We don't need the hold the proxy mutex locked for getting the internal pad and for linking the new target pad when we retarget. So take the lock a little later and release it earlier. Fixes #596366
-
Tim-Philipp Müller authored
Init variable to avoid compiler warning and make the build bot happy (the compiler most likely complains about this because it doesn't know here that fail_unless will abort/exit in the path where it fails).
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Jan Schmidt authored
Remove old cruft from the release script, and change some CVS references to equivalent git commands
-
Jan Schmidt authored
Guard against a hostile child process that sends bogus data due to memory corruption by adding a magic number to each packet, and limit the maximum size of any message to 32MB
-
Jan Schmidt authored
When trying to find a function plugin-scanner, include a check on the version of the binary registry chunks it sends, to make sure it's what we understand.
-
Jan Schmidt authored
Add a simple version check when starting the plugin-scanner so we can verify we're talking to one that talks the same language. First try a plugin-scanner in the installed path, then try one via the GST_PLUGIN_SCANNER env var if that doesn't work. Update the uninstalled script. Install the plugin-scanner to the libexec dir
-
Jan Schmidt authored
We no longer use fork() directly, instead using glib's spawn functionality, so don't check for it, and don't use it in the documentation notes.
-
Jan Schmidt authored
-
Jan Schmidt authored
When updating the registry, we don't need to re-read the registry cache and waste time replacing all our existing, hopefully identical, plugins and features that we're about to re-scan anyway.
-
Jan Schmidt authored
Add the full set of debug about why it's decided that a given plugin is stale or not, and include the plugin name when finalizing it.
-
Jan Schmidt authored
-
Jan Schmidt authored
phase 2 - make the plugin loader receive the list of plugins to load and send back the results asynchronously, so we don't context switch back and forth so much.
-
Jan Schmidt authored
Phase 1 of adding the registry scan helper
-
Jan Schmidt authored
Prepare to land the external plugin helper process
-
Jan Schmidt authored
-
- 05 Oct, 2009 2 commits
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- 01 Oct, 2009 1 commit
-
-
Jan Schmidt authored
-
- 30 Sep, 2009 1 commit
-
-
Jan Schmidt authored
Apparently the sed that ships on Solaris 10 doesn't support character classes like [:alnum:], so don't use them. We don't need them for the symbol names that are being extracted anyway. Also, use $(SED) instead of 'sed' Fixes: #596877
-
- 17 Sep, 2009 1 commit
-
-
Jan Schmidt authored
-
- 15 Sep, 2009 1 commit
-
-
Sebastian Dröge authored
GMP only uses "unsigned long int", which is 32 bit on 32 bit architectures and can't hold a guint64. This resulted in false unit test failures on 32 bit architectures. Fixes bug #595133.
-
- 14 Sep, 2009 2 commits
-
-
David Schleef authored
-
Stefan Kost authored
Docs were still mention it as "not yet implemented".
-
- 12 Sep, 2009 2 commits
-
-
Sebastian Dröge authored
This way g-ir-scanner can find the gstreamer-0.10 pkg-config file.
-
Sebastian Dröge authored
-
- 11 Sep, 2009 6 commits
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
The structure_change message was originally emitted on source pads and then recently changed to be sink pads. This causes a failure in the gst-python testsuite. Disable the restriction so that the published behaviour is still allowed.
-
Jan Schmidt authored
Accomodate the slightly changed semantics in the plugin version check where a CVS version just before a release is acceptable.
-
Stefan Kost authored
Don't dereference NULL pointers.
-
David Schleef authored
Fixes bug #589173.
-
- 10 Sep, 2009 3 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
Also parse the nano of the version and assume that X.Y.Z-1.1 >= X.Y.Z With this change we can also check development versions against the version of the upcomming release.
-
Sebastian Dröge authored
See bug #518934.
-
- 09 Sep, 2009 3 commits
-
-
David Schleef authored
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-