- 17 Jan, 2011 2 commits
-
-
Arun Raghavan authored
This avoids a race where the timeout callback is scheduled to run but we get sufficient information to finish discovery before actually getting around to executing the callback. See the documentation of g_source_is_destroyed() for more details. https://bugzilla.gnome.org/show_bug.cgi?id=639730
-
Arun Raghavan authored
This ensures that everything is properly cleaned up before the GstDiscoverer object is freed. Specifically, it makes sure that we've removed the async timeout callback before freeing the object to avoid a potential crash later on. https://bugzilla.gnome.org/show_bug.cgi?id=639755
-
- 06 Jan, 2011 1 commit
-
-
Arun Raghavan authored
Some cosmetic changes and expands on some bits of the documentation to make it more newbie-friendly.
-
- 21 Dec, 2010 1 commit
-
-
Edward Hervey authored
-
- 19 Dec, 2010 1 commit
-
-
Edward Hervey authored
-
- 13 Dec, 2010 1 commit
-
-
Stefan Kost authored
Besides the duration we can also query the seekability of a stream. Use the new API in the gst-discoverer tool. API: gst_discoverer_info_get_seekable
-
- 08 Dec, 2010 1 commit
-
-
Stefan Kost authored
-
- 04 Dec, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 08 Nov, 2010 1 commit
-
-
Arun Raghavan authored
gst_discoverer_discover_uri() expects the caller to unref the returned GstDiscovererInfo object. The corresponding gtk-doc annotation was not updated to reflect this.
-
- 24 Oct, 2010 1 commit
-
-
Edward Hervey authored
Better provide something than nothing https://bugzilla.gnome.org/show_bug.cgi?id=632988
-
- 15 Oct, 2010 3 commits
-
-
Tim-Philipp Müller authored
There's no reason to make the marshaller public API. Don't install pbutils-marshal.h header file and use prefix that makes sure the symbol doesn't get exported.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 08 Oct, 2010 1 commit
-
-
Edward Hervey authored
-
- 22 Sep, 2010 2 commits
-
-
Edward Hervey authored
This was a leftover from the changes from a flag to an enum
-
Edward Hervey authored
-
- 20 Sep, 2010 3 commits
-
-
Stefan Kost authored
While the doc parser allows for certain variation, it is a good idea to not use random characters here and there, but try to stick to the little markup syntax there is.
-
Edward Hervey authored
Fixes build on macosx
-
Edward Hervey authored
Fixes #625944
-