- Aug 19, 2015
-
-
Sebastian Dröge authored
-
- Aug 16, 2015
- Aug 13, 2015
- Aug 10, 2015
- Aug 08, 2015
-
-
-
Nicolas Dufresne authored
The intention is to prevent going PLAYING state before pads are created. If there was mutilple dynamic payload, it would leak few fakesink and actually prevent from ever reaching playing state. https://bugzilla.gnome.org/show_bug.cgi?id=753385
-
Nicolas Dufresne authored
This reverts commit 22bf61f1.
-
- Aug 07, 2015
-
-
Nicolas Dufresne authored
There should be only one fakesink per pipeline, not per dynpay. This would lead to element naming clash.
-
- Jul 30, 2015
-
-
In media to caps function, reserved_keys array is being used for variable i, leading to GLib-CRITICAL **: g_ascii_strcasecmp: assertion 's1 != NULL' failed changed it to variable j https://bugzilla.gnome.org/show_bug.cgi?id=753009
-
- Jul 29, 2015
-
-
Sebastian Dröge authored
Skip keys from the fmtp, which we already use ourselves for the caps. Some software is adding random things like clock-rate into the fmtp, and we would otherwise here set a string-typed clock-rate in the caps... and thus fail to create valid RTP caps https://bugzilla.gnome.org/show_bug.cgi?id=753009
-
- Jul 20, 2015
- Jul 03, 2015
-
-
Stefan Sauer authored
From f74b2df to 9aed1d7
-
- Jun 24, 2015
-
-
Sebastian Dröge authored
-
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.
-