- Jun 24, 2015
-
-
Sebastian Dröge authored
-
- Jun 23, 2015
-
-
Add "check-requirements" signal and vfunc to allow application (and subclasses) to check the requirements. Based on patch from Hyunjun Ko <zzoon.ko@samsung.com> https://bugzilla.gnome.org/show_bug.cgi?id=749417
-
- Jun 16, 2015
-
-
Nicolas Dufresne authored
From 6015d26 to f74b2df
-
A bin that contains the real payloader might be used as payloader. In this case we have to get the real payloader for the various properties it provides. Example use cases for this are bins that payload some media and then have additional elements that add metadata or RTP extension headers to the stream. https://bugzilla.gnome.org/show_bug.cgi?id=750800
-
- Jun 13, 2015
-
-
Sebastian Dröge authored
-
- Jun 12, 2015
-
-
Sebastian Dröge authored
Select the clock time to be used as NTP time source. This allows proper synchronization between receivers, independent of sharing base times, and just requires them to use the same clock.
-
- Jun 11, 2015
-
-
Sebastian Dröge authored
It's going to be fixed up by rtpbin when using ntp-sync=TRUE
-
- Jun 10, 2015
-
-
Sebastian Dröge authored
-
- Jun 09, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
A mainloop is needed to get glimagesink to display something on OSX, and the source-setup signal just makes things a little bit easier.
-
Edward Hervey authored
From d9a3353 to 6015d26
- Jun 08, 2015
-
-
Stefan Sauer authored
From d37af32 to d9a3353
-
- Jun 07, 2015
-
-
Stefan Sauer authored
From 21ba2e5 to d37af32
-
Stefan Sauer authored
From c408583 to 21ba2e5
-
Stefan Sauer authored
This is syncing our Makefile.am with upstream gtkdoc.
-
Stefan Sauer authored
From 44a3517 to c408583
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jun 03, 2015
-
-
When calling gst_rtsp_watch_write_data in gstrtspconnection.c and backlog is empty it can happen that just a part of a message will be sent and rest is in backlog queue. If then flush during teardown just a part of message will be sent.This can lead to client miss teardown response since it expect to get the last part of message. The flushing during teardown was introduced to fix a deadlock that now is fixed more generally in handle_request by temporary setting backlog size to unlimited. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=749845
-
- May 27, 2015
-
-
Tim-Philipp Müller authored
Needed by the new automake test runner and the current version of the common submodule.
-
- May 20, 2015
-
-
Sebastian Dröge authored
-
- May 05, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Otherwise we're going to lose a few packets for live streams during DESCRIBE.
-
- May 04, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Apr 27, 2015
-
-
clock-rate in last-sample's caps is integer, not unsigned. To get this value properly, variable needs to be type-casted to int. https://bugzilla.gnome.org/show_bug.cgi?id=747614
-
- Apr 26, 2015
-
-
Tim-Philipp Müller authored
Not just because there happens to be a po directory. https://bugzilla.gnome.org/show_bug.cgi?id=748058
-
Tim-Philipp Müller authored
This reverts commit 1545d8fe. We don't need a gettext setup here and there's no po directory either, so no reason why autopoint would be run in the first place. See https://bugzilla.gnome.org/show_bug.cgi?id=748058
-
- Apr 23, 2015
-
-
-
Tim-Philipp Müller authored
Make sure the test environment is set up. https://bugzilla.gnome.org//show_bug.cgi?id=747624
-
Tim-Philipp Müller authored
This is only required for builds from git, people can still build tarballs if they only have older autotools. https://bugzilla.gnome.org//show_bug.cgi?id=747624
-
- Apr 20, 2015
-
-
Vincent Penquerc'h authored
Fixes autogen.sh. It would run autopoint, which would complain that it could not find the gettext version in configure.ac. https://bugzilla.gnome.org/show_bug.cgi?id=748058
-
- Apr 15, 2015
-
-
Setting wrong payload type causes failure to do retransmission through audio stream https://bugzilla.gnome.org/show_bug.cgi?id=747839
-
Because of duplicated g_signal_connect for request-aux-sender signal, wrong stream pointer is passed to the signal handler. Instead of passing each stream, pass stream array and get the relevant stream. https://bugzilla.gnome.org/show_bug.cgi?id=747839
-
- Apr 06, 2015
-
-
Tim-Philipp Müller authored
Fixes build after aclocal_check etc. helpers have been removed.
-
- Apr 03, 2015
-
-
Tim-Philipp Müller authored
From bc76a8b to c8fb372
-