Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 20, 2018 11:27
Show Gist options
  • Save ryantm/b546fe6d5b5cad6d3cc2b5a822b9218d to your computer and use it in GitHub Desktop.
Save ryantm/b546fe6d5b5cad6d3cc2b5a822b9218d to your computer and use it in GitHub Desktop.
/nix/store/kf6yf2pwc0l4z8in9dfw7v2pbklm34jk-gst-validate-1.12.4
├── bin
│   ├── gst-validate-1.0
│   ├── gst-validate-launcher
│   ├── gst-validate-media-check-1.0
│   └── gst-validate-transcoding-1.0
├── lib
│   ├── girepository-1.0
│   │   └── GstValidate-1.0.typelib
│   ├── gstreamer-1.0
│   │   ├── libgstvalidatetracer.la
│   │   ├── libgstvalidatetracer.so
│   │   └── validate
│   │   ├── libgstvalidatefaultinjection.la
│   │   ├── libgstvalidatefaultinjection.so
│   │   ├── libgstvalidategapplication.la
│   │   └── libgstvalidategapplication.so
│   ├── gst-validate-launcher
│   │   └── python
│   │   └── launcher
│   │   ├── apps
│   │   │   ├── gstcheck.py
│   │   │   ├── gstcheck.pyc
│   │   │   ├── gstcheck.pyo
│   │   │   ├── gstvalidate.py
│   │   │   ├── gstvalidate.pyc
│   │   │   ├── gstvalidate.pyo
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── __init__.pyo
│   │   ├── baseclasses.py
│   │   ├── baseclasses.pyc
│   │   ├── baseclasses.pyo
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── config.pyo
│   │   ├── httpserver.py
│   │   ├── httpserver.pyc
│   │   ├── httpserver.pyo
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── loggable.py
│   │   ├── loggable.pyc
│   │   ├── loggable.pyo
│   │   ├── main.py
│   │   ├── main.pyc
│   │   ├── main.pyo
│   │   ├── RangeHTTPServer.py
│   │   ├── RangeHTTPServer.pyc
│   │   ├── RangeHTTPServer.pyo
│   │   ├── reporters.py
│   │   ├── reporters.pyc
│   │   ├── reporters.pyo
│   │   ├── testsuites
│   │   │   ├── check.py
│   │   │   ├── check.pyc
│   │   │   └── check.pyo
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── utils.pyo
│   │   ├── vfb_server.py
│   │   ├── vfb_server.pyc
│   │   └── vfb_server.pyo
│   ├── libgstvalidate-1.0.la
│   ├── libgstvalidate-1.0.so -> libgstvalidate-1.0.so.0.1204.0
│   ├── libgstvalidate-1.0.so.0 -> libgstvalidate-1.0.so.0.1204.0
│   ├── libgstvalidate-1.0.so.0.1204.0
│   ├── libgstvalidate-default-overrides-1.0.la
│   ├── libgstvalidate-default-overrides-1.0.so -> libgstvalidate-default-overrides-1.0.so.0.1204.0
│   ├── libgstvalidate-default-overrides-1.0.so.0 -> libgstvalidate-default-overrides-1.0.so.0.1204.0
│   └── libgstvalidate-default-overrides-1.0.so.0.1204.0
└── share
└── gstreamer-1.0
└── validate
├── gst.supp
├── gstvalidate.supp
├── scenarios
│   ├── adaptive_video_framerate.scenario
│   ├── adaptive_video_framerate_size.scenario
│   ├── adaptive_video_size.scenario
│   ├── alternate_fast_backward_forward.scenario
│   ├── change_state_intensive.scenario
│   ├── disable_subtitle_track_while_paused.scenario
│   ├── fast_backward.scenario
│   ├── fast_forward.scenario
│   ├── force_key_unit.scenario
│   ├── pause_resume.scenario
│   ├── play_15s.scenario
│   ├── reverse_playback.scenario
│   ├── scrub_backward_seeking_full.scenario
│   ├── scrub_backward_seeking.scenario
│   ├── scrub_forward_seeking_full.scenario
│   ├── scrub_forward_seeking.scenario
│   ├── seek_backward.scenario
│   ├── seek_forward_backward.scenario
│   ├── seek_forward.scenario
│   ├── seek_with_stop.scenario
│   ├── setup_sink_props_max_lateness.scenario
│   ├── simple_seeks.scenario
│   ├── switch_audio_track.scenario
│   ├── switch_audio_track_while_paused.scenario
│   ├── switch_subtitle_track.scenario
│   ├── switch_subtitle_track_while_paused.scenario
│   └── trick_mode_seeks.scenario
└── valgrind.config
14 directories, 91 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment