gstreamer/validate/tools
Thibault Saunier 0a6c7c64a9 validate:scenario: Move force-key-unit action from the transcoding tool
The action is generally useful but was implemented in a way that
was restricting its usage for no good reason. Refactor the
implementation adding more argument so it can be used in a wider
context, such as uvch264src.

Something like:

``` bash
echo "video-request-key-unit, direction=upstream, all-header=true, count=1, target-element-factory-name=h264parse, srcpad=src, playback-time=1.0" > tmp.scenario && \
echo "stop,playback-time=2.0" >> tmp.scenario && \
gst-validate-1.0 --set-scenario=tmp.scenario uvch264src \
       device=/dev/video0 name=src iframe-period=33 auto-start=true src.vfsrc ! queue ! fakesink \
       src.vidsrc ! queue ! video/x-h264,width=1280,height=720,framerate=30/1 ! h264parse ! fakesink
```

works now.
2019-06-11 21:03:56 +00:00
..
.gitignore validate: Update all gitignore 2018-06-05 16:25:46 +02:00
gst-validate-analyze Pass python files through autopep8 2019-04-03 13:38:42 +00:00
gst-validate-images-check.c tools: gst-validate-images-check: Fix typo 2018-01-31 17:40:56 +00:00
gst-validate-launcher.in Pass python files through autopep8 2019-04-03 13:38:42 +00:00
gst-validate-media-check.c validate: launcher: Add a way to retrieve trace without coredumpctl 2018-12-07 09:06:50 -03:00
gst-validate-rtsp-server.c validate: Add 'our own' RTSP server implementation 2017-06-07 11:17:53 -04:00
gst-validate-transcoding.c validate:scenario: Move force-key-unit action from the transcoding tool 2019-06-11 21:03:56 +00:00
gst-validate.c validate: inspect: Output valid markdown 2019-05-13 11:37:38 -04:00
Makefile.am validate: Do not link the rtsp server against validatevideo 2017-06-08 12:32:01 -04:00
meson.build validate: tools: fix build dependencies for validate-rtsp-server 2018-02-19 12:02:04 +00:00