- Sep 18, 2015
-
-
Sebastian Dröge authored
-
- Sep 17, 2015
-
-
- Sep 09, 2015
-
-
Jan Schmidt authored
In parse_keymgmt(), don't mutate the input string that's been passed as const, especially since we might need the original value again if the same key info applies to multiple streams (RTX, for example). https://bugzilla.gnome.org/show_bug.cgi?id=754753
-
- Sep 03, 2015
-
-
Jan Schmidt authored
-
Jan Schmidt authored
If no launch pipeline was supplied, print out some help
-
Jan Schmidt authored
Add gst_rtsp_stream_(get|set)_buffer_size and use it to configure the UDP TX buffer size. Incorporates a patch by Hyunjun Ko <zzoon.ko@samsung.com> Fixes https://bugzilla.gnome.org/show_bug.cgi?id=749095
-
Jan Schmidt authored
-
- 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
-