- May 04, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- May 03, 2017
-
-
Vincent Penquerc'h authored
In some cases, we could get a flush-stop event after the chain structure containing the demuxer was freed. https://bugzilla.gnome.org/show_bug.cgi?id=782095
-
- May 02, 2017
-
-
Sebastian Dröge authored
This reverts commit e6736e99. This one is for after 1.12.0 and shouldn't have been merged yet.
-
-
Sebastian Dröge authored
Instead go backwards before segment.stop based on the framerate or the next buffers end timestamp. Otherwise the first buffer will usually be dropped because outside the segment. https://bugzilla.gnome.org/show_bug.cgi?id=781899
-
- May 01, 2017
-
-
gst-launch-1.0 was duplicated on textoverlay example. https://bugzilla.gnome.org/show_bug.cgi?id=782018
-
- Apr 28, 2017
-
-
Tim-Philipp Müller authored
The "frame" property is no more, it's "sample" these days.
-
- 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
-
-