- Apr 27, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Apr 24, 2017
-
-
Tim-Philipp Müller authored
From 60aeef6 to 48a5d85
-
- Apr 19, 2017
- Apr 13, 2017
-
-
Tim-Philipp Müller authored
-
-
- Apr 12, 2017
-
-
Tim-Philipp Müller authored
-
- Apr 11, 2017
-
-
Olivier Crête authored
Print a gst-launch-1.0 line that could get to this device, useful as we don't have other ways to see what it does exactly. This may not work if the create element has configurations other than properties. https://bugzilla.gnome.org/show_bug.cgi?id=781152
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
And the potential increased precision, which shouldn't matter much here. https://bugzilla.gnome.org/show_bug.cgi?id=781149
-
- Apr 10, 2017
-
-
Tim-Philipp Müller authored
From 39ac2f5 to 60aeef6
-
Sebastian Dröge authored
This reverts commit 595b2951. Bindings are not using the nicks but the actual enum names.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
The enum values got the wrong name at some point, something to fix for 2.0.
-
-
- Apr 09, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
And ensure that GstAudioBaseSrcSlaveMethod's re-timestamp stays re-timestamp and doesn't become retimestamp.
-
The previous fix was only working for non-drop-frame timecodes. https://bugzilla.gnome.org/show_bug.cgi?id=779866
-
- Apr 07, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Apr 03, 2017
-
-
Matthew Waters authored
Performing a gst_sdp_media_get_caps_from_media() would result in changing fields in the GstSDPMedia violating the const tag in the function declaration. Before there would be a line with a=rtpmap:96 VP8/90000 after, that attribute would only contain a=rtpmap:96 Fix by performing modifications on duplicated strings instead of on the internal values. Also add a simple test for checking that the representation doesn't change by a gst_sdp_media_get_caps_from_media()
-
Matthew Waters authored
Prevents some programming errors and invalid modifications.
-
Matthew Waters authored
Allows passing NULL as a value to g_object_set and as signal parameters without crashing.
-
- Mar 31, 2017
-
-
- Mar 28, 2017
-
-
Thibault Saunier authored
It is avalaible in meson 0.36 which is now are requirement
-
- Mar 27, 2017
-
-
Jan Schmidt authored
Forgot to set the flag, resulting in a missed check for sending 100% in some cases. Spotted by Coverity. CID: 1403263
-
-
Jan Schmidt authored
HLS files can have arbitrary extra tags in them, and those can be quite long lines. We need to search further than 256 bytes sometimes just to get past the first few lines of the file. Make the limit 4KB, which matches a typical input block size and should hopefully cover every crazy input. https://bugzilla.gnome.org/show_bug.cgi?id=780559
-
- Mar 24, 2017
-
-
Thibault Saunier authored
Mistake while rebasing
-
Thibault Saunier authored
And do not specify the separator as this is OS dependent and will be handled properly by default
-
Nicolas Dufresne authored
-