- 13 Aug, 2016 1 commit
-
-
Tim-Philipp Müller authored
It's been internal API only in 1.x.
-
- 08 Jul, 2016 3 commits
-
-
Guillaume Desmottes authored
Checking for signal.h is not good enough as it's present in Windows. Those signals are UNIX specific anyway. https://bugzilla.gnome.org/show_bug.cgi?id=767857
-
Guillaume Desmottes authored
This allow us to provide the trace of leaked objects making it easier to debug. https://bugzilla.gnome.org/show_bug.cgi?id=767862
-
Guillaume Desmottes authored
We don't want to automatically catch signals so use an env variable to enable this feature. https://bugzilla.gnome.org/show_bug.cgi?id=767857
-
- 06 Jul, 2016 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 23 Jun, 2016 1 commit
-
-
Nirbheek Chauhan authored
If the prototypes in the public API have dllimport in them when building statically on Windows, the compiler will look for symbols with symbol mangling and indirection corresponding to a DLL. This will cause a build failure when trying to link tests/examples/etc. External users of GStreamer also need to define -DGST_STATIC_COMPILATION if they want to link to static gstreamer libraries on Windows. A similar version of this patch has been committed to all gstreamer repositories. https://bugzilla.gnome.org/show_bug.cgi?id=767463
-
- 25 Mar, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 24 Mar, 2016 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 15 Mar, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 01 Mar, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 19 Feb, 2016 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 16 Jan, 2016 2 commits
-
-
Tim-Philipp Müller authored
Only hide GstTracer and GstTracerRecord API behind GST_USE_UNSTABLE_API, but don't spew any warnings, otherwise everyone has to define this to avoid compiler warnings. This reverts parts of commit 89ee5d94.
-
Stefan Sauer authored
Port all tracers. Add the GST_USE_UNSTABLE_API flag to the internal CFLAGS so that we don't have to specify this for gir, docs, mkenum, ...
-
- 06 Jan, 2016 1 commit
-
-
Stefan Sauer authored
This was previously done via {enable,disable}-gst-debug. Since both subsystems are independent having separate options is better.
-
- 24 Dec, 2015 2 commits
-
-
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
-
- 21 Oct, 2015 1 commit
-
-
- 07 Oct, 2015 2 commits
-
-
Stefan Sauer authored
This reverts commit 8ddbf766.
-
Sebastian Dröge authored
-
- 05 Oct, 2015 2 commits
-
-
Stefan Sauer authored
The tracer hooks up to all probes and logs resource usage figures.
-
Stefan Sauer authored
-
- 02 Oct, 2015 1 commit
-
-
Sebastian Dröge authored
-
- 27 Sep, 2015 1 commit
-
-
Stefan Sauer authored
This is in preparation for new modes to be added. In particullar it demonstrates how the cubic splines overshoot the range.
-
- 25 Sep, 2015 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 18 Sep, 2015 1 commit
-
-
Sebastian Dröge authored
-
- 11 Sep, 2015 1 commit
-
-
Igor Rondarev authored
On e.g. QNX it is in an external library, not libc. https://bugzilla.gnome.org/show_bug.cgi?id=754875
-
- 19 Aug, 2015 1 commit
-
-
Sebastian Dröge authored
-
- 24 Jun, 2015 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 09 Jun, 2015 1 commit
-
-
Sebastian Dröge authored
Should fix the build on FreeBSD, DragonFly and other BSDs. https://bugzilla.gnome.org/show_bug.cgi?id=750530
-
- 07 Jun, 2015 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 03 Jun, 2015 1 commit
-
-
Sebastian Dröge authored
GstPtpClock implements a PTP (IEEE1588:2008) ordinary clock in slave-only mode, that allows a GStreamer pipeline to synchronize to a PTP network clock in some specific domain. The PTP subsystem can be initialized with gst_ptp_init(), which then starts a helper process to do the actual communication via the PTP ports. This is required as PTP listens on ports < 1024 and thus requires special privileges. Once this helper process is started, the main process will synchronize to all PTP domains that are detected on the selected interfaces. gst_ptp_clock_new() then allows to create a GstClock that provides the PTP time from a master clock inside a specific PTP domain. This clock will only return valid timestamps once the timestamps in the PTP domain are known. To check this, the GstPtpClock::internal-clock property and the related notify::clock signal can be used. Once the internal clock is not NULL, the PTP domain's time is known. Alternatively you can wait for this...
-
- 28 Apr, 2015 1 commit
-
-
Tim-Philipp Müller authored
-
- 22 Apr, 2015 1 commit
-
-