- 19 Aug, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 13 Jun, 2016 2 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
As this is what user will expect in this case, for example in this case: set-state, state=null; playback-time=5 set-property, target-element-name=dvbsrc0, property-name=delsys, property-value=11 play;
-
- 09 Jun, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 06 Jun, 2016 1 commit
- 06 May, 2016 1 commit
-
-
Thibault Saunier authored
So that the validate testsuites know with what version they are working
-
- 20 Apr, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 07 Apr, 2016 1 commit
-
-
We will be changing states, set the handles-state variable accordingly
-
- 25 Mar, 2016 1 commit
- 24 Mar, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 23 Mar, 2016 3 commits
-
-
Thibault Saunier authored
When a first testsuite will set paths, it does not mean that we should just register following testsuite test manager default tests. So we need to make a difference between the media paths the user passed with --media-path and the ones defined by the testsuite.
-
Thibault Saunier authored
Only if those testsuites do not use the same Tester as we currently can't know to what testsuite a test belongs.
-
Thibault Saunier authored
And just write the temporary XML file on disc
-
- 22 Mar, 2016 4 commits
-
-
Thibault Saunier authored
As described in https://bugzilla.gnome.org/show_bug.cgi?id=764020
-
Thibault Saunier authored
-
Thibault Saunier authored
After a seek we need to wait for the right segment (meaning the segment with seqnum == last seek/flush stop seqnum) to check whether the segment.time has been properly set.
-
Thibault Saunier authored
In the case and element is in READY or is going to READY state, it can always return GST_FLOW_FLUSHING. Avoid a race where a demuxer sinkpad has not been set to FLUSHING when we are still processing a buffer but downstream is already FLUSHING and thus the demuxer is already returning FLUSHING.
-
- 21 Mar, 2016 2 commits
-
-
Thibault Saunier authored
So it can be used in the launcher. And make sure to properly parse the info in the launcher.
-
Thibault Saunier authored
-
- 15 Mar, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 14 Mar, 2016 2 commits
-
-
-
Sebastian Dröge authored
MAX(0, ((gint64) priv->segment_start - priv->seek_pos_tol) will be a high positive number thanks to being interpreted as unsigned values if segment_start < seek_pos_tol. Fix this by explicitly checking for this case and only doing the subtraction otherwise. This fixes the problem from fdccffbb completely now. https://bugzilla.gnome.org/show_bug.cgi?id=763602
-
- 08 Mar, 2016 4 commits
-
-
Thibault Saunier authored
When we added namespace to make GI happy we ended up with structure called like GstValidateMediaGstValidateMediaXXX.
-
If an accurate seek is accepted, the resulting segment.time should be exactly the requested seek start value.. https://bugzilla.gnome.org/show_bug.cgi?id=763299
-
Thibault Saunier authored
-
- 05 Mar, 2016 1 commit
-
-
When listing tests, checking whether uri is present or not and displaying error. But uri does notneed to be present in case of pipeline generator. So the condition check is wrong. This results in validateelements testsuite not working. Hence modifying the condition to not error out on valid cases. https://bugzilla.gnome.org/show_bug.cgi?id=762422
-
- 01 Mar, 2016 2 commits
-
-
Sebastian Dröge authored
-
Thibault Saunier authored
We might be working with something that is not a path
-
- 29 Feb, 2016 1 commit
-
-
Thibault Saunier authored
-
- 23 Feb, 2016 10 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Skipping all functions and methods that are not relevant and not easily introspectable Differential Revision: https://phabricator.freedesktop.org/D706
-
Thibault Saunier authored
Differential Revision: https://phabricator.freedesktop.org/D705
-
Thibault Saunier authored
Making GI a bit happier. Those are not stable API anyway... Differential Revision: https://phabricator.freedesktop.org/D704
-
Thibault Saunier authored
Differential Revision: https://phabricator.freedesktop.org/D703
-
Thibault Saunier authored
Differential Revision: https://phabricator.freedesktop.org/D702
-
Thibault Saunier authored
This way we do not need the LD_PRELOAD hack anymore Add a new libgstvalidateplugin GStreamer plugin, making sure it shares the exact same code as the library (exposing only the wanted symbols). Fix the way we set where to install GstValidate plugins Try to keep backward compatibility even if tracers should never be instantiated after an GstElement has been instantiated. Differential Revision: https://phabricator.freedesktop.org/D459
-
Thibault Saunier authored
Reviewed-by:
Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D699
-
Thibault Saunier authored
Reviewed-by:
Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D698
-