- 04 May, 2017 1 commit
-
-
Sebastian Dröge authored
-
- 03 May, 2017 1 commit
-
-
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
-
- 02 May, 2017 3 commits
-
-
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
-
- 01 May, 2017 1 commit
-
-
Vitor Massaru Iha authored
gst-launch-1.0 was duplicated on textoverlay example. https://bugzilla.gnome.org/show_bug.cgi?id=782018
-
- 28 Apr, 2017 1 commit
-
-
Tim-Philipp Müller authored
The "frame" property is no more, it's "sample" these days.
-
- 27 Apr, 2017 3 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 24 Apr, 2017 1 commit
-
-
Tim-Philipp Müller authored
From 60aeef6 to 48a5d85
-
- 19 Apr, 2017 1 commit
-
-
- 13 Apr, 2017 2 commits
-
-
Tim-Philipp Müller authored
-
Rico Tzschichholz authored
-
- 12 Apr, 2017 1 commit
-
-
Tim-Philipp Müller authored
-
- 11 Apr, 2017 5 commits
-
-
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
-
- 10 Apr, 2017 5 commits
-
-
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.
-
Rico Tzschichholz authored
-
- 09 Apr, 2017 6 commits
-
-
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.
-
Vivia Nikolaidou authored
The previous fix was only working for non-drop-frame timecodes. https://bugzilla.gnome.org/show_bug.cgi?id=779866
-
- 07 Apr, 2017 3 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 03 Apr, 2017 3 commits
-
-
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.
-
- 31 Mar, 2017 2 commits
-
-
- 28 Mar, 2017 1 commit
-
-
Thibault Saunier authored
It is avalaible in meson 0.36 which is now are requirement
-