Thibault Saunier [Tue, 31 Dec 2013 10:45:07 +0000 (11:45 +0100)]
validate: tools: Cleanup test launcher tool
Previous commit was not meant to be pushed and those two should have
been fixed up together, sorry for the mistake
Reynaldo H. Verdejo Pinochet [Thu, 30 Jan 2014 18:52:34 +0000 (15:52 -0300)]
validate: fix parallel build
Without this, parallel building with > 2 jobs fails.
Also, LDFLAGS should not contain -l flags but _LIBADD.
Reynaldo H. Verdejo Pinochet [Thu, 30 Jan 2014 18:47:15 +0000 (15:47 -0300)]
validate: drop unneeded stdio include
Thibault Saunier [Tue, 31 Dec 2013 10:45:07 +0000 (11:45 +0100)]
Add a test launcher tool
Lubosz Sarnecki [Mon, 25 Nov 2013 20:51:11 +0000 (21:51 +0100)]
validate: fix installation
* install headers
* fix libname in pk file
Vincent Penquerc'h [Fri, 15 Nov 2013 10:22:24 +0000 (05:22 -0500)]
validate-scenarios: list scenarios in GST_VALIDATE_SCENARIOS_PATH
GST_VALIDATE_SCENARIOS_PATH was used only for loading scenarios,
so any in that path would not be listed by -l.
Change-Id: If3cb94867ef3876933bda02477675c8ccf67baaf
Thibault Saunier [Fri, 18 Oct 2013 19:22:03 +0000 (16:22 -0300)]
tools: transcoding: Avoid reencoding unless explicitely specified
Thibault Saunier [Mon, 28 Oct 2013 22:49:52 +0000 (19:49 -0300)]
pad-monitor: Do not concider TIME_NONE as 0 for serialized events
In case we have serialized events right after a buffer that had no
timestamp set we concider that last timestamp was 0, but we can
actually not concider the timestamp at all in that case as it is
only "meaningless value".
Thibault Saunier [Sat, 19 Oct 2013 16:41:01 +0000 (13:41 -0300)]
tools: Simplify the setting of action scenario vs config scenario
This make it easier for user to understand the difference between
the two concepts and avoids confusion.
Change-Id: Ib42913722c93a1e7e3c8b156173c458230946592
Conflicts:
validate/tools/gst-validate-transcoding.c
validate/tools/gst-validate.c
Thibault Saunier [Fri, 25 Oct 2013 09:33:54 +0000 (11:33 +0200)]
scenario: Do not execute anything when listing scenarios
Thibault Saunier [Fri, 25 Oct 2013 09:31:58 +0000 (11:31 +0200)]
scenario: Add a "set-feature-rank" config action
This action can be used to change the rank of a particular element,
so you can force a particular element to be used when using
autoplugging elements (such as decodebin, encodebin, and friends)
Thibault Saunier [Fri, 25 Oct 2013 09:29:04 +0000 (11:29 +0200)]
scenario: Add support for "config" actions, actions executed at parse time
This type of actions is used to change some parametter on GStreamer
core and it plugins, it can be fore example, to change the rank of a
plugin or things like that.
Thibault Saunier [Wed, 16 Oct 2013 20:35:36 +0000 (17:35 -0300)]
validate-transcoding: Dot pipeline on error
Zaheer Abbas Merali [Sat, 26 Oct 2013 10:01:37 +0000 (03:01 -0700)]
vagrant: initial commit
Vagrant environment to do GStreamer development, debugging and
testing.
Stefan Sauer [Mon, 21 Oct 2013 11:06:46 +0000 (13:06 +0200)]
mi-info: handle streams with unknown duration
Stefan Sauer [Mon, 21 Oct 2013 07:08:18 +0000 (09:08 +0200)]
mi-info: start handling missing plugin messages
We only print them to the debug log for now.
Stefan Sauer [Mon, 21 Oct 2013 07:07:09 +0000 (09:07 +0200)]
mi-preview: use ensure_native() in realized()
This fixes X crashers at startup when preparing the overlay.
Stefan Sauer [Sat, 19 Oct 2013 19:15:08 +0000 (21:15 +0200)]
mi/TODO: planning update
Stefan Sauer [Sat, 19 Oct 2013 19:13:46 +0000 (21:13 +0200)]
mi-info: go back to use the sync api
If we discover 'too quickly' the machinery seems to get into a state, where it
does not discover anything anymore.
Stefan Sauer [Fri, 18 Oct 2013 21:33:50 +0000 (23:33 +0200)]
mi-preview: reflow the overlay sync
We need to listen to preview-widget resizing to send an expose to the gst-
overlay. Defer discovering until the ui has be realized.
Stefan Sauer [Fri, 18 Oct 2013 16:22:33 +0000 (18:22 +0200)]
mi-app: use an idle-handler to set the initial directory
This ensures we don't emit selection changed signals before we're up and running.
Stefan Sauer [Thu, 17 Oct 2013 20:34:25 +0000 (22:34 +0200)]
mi-info: improve media preview
Set double_buffering when we analyzed the media. Drop signal handlers on preview
widget for delayed configuration. Prepare preview as soon as we have discovered.
Thibault Saunier [Mon, 14 Oct 2013 14:25:39 +0000 (11:25 -0300)]
Properly link against gstreamer-video as it is now needed
Thibault Saunier [Mon, 14 Oct 2013 14:20:03 +0000 (11:20 -0300)]
media-info: Do not use GST_PTR_FORMAT with g_print
Fix compilation
Thibault Saunier [Mon, 14 Oct 2013 14:07:03 +0000 (11:07 -0300)]
data: Avoid races in the scrub_forward seeking scenario
Make sure that it does not last too long if the file is long (scrubing
on 10 secs maximum), and make sure that we do not end up seeking after
the max duration
Thibault Saunier [Mon, 14 Oct 2013 14:05:48 +0000 (11:05 -0300)]
report: Set refcount=1 when creating a report
As it should start with 1 reference, not 0
Thibault Saunier [Wed, 9 Oct 2013 12:35:29 +0000 (09:35 -0300)]
scenario: Add an action that checks the "force-key-unit" event execution
Thibault Saunier [Wed, 9 Oct 2013 12:33:06 +0000 (09:33 -0300)]
scenario: Make the get_clocktime helper a public method
So it can be reused outside of the core code
Thibault Saunier [Mon, 7 Oct 2013 22:47:15 +0000 (19:47 -0300)]
pad-monitor: Do not try to compare 2 not fixed values
There is no reliable way of checking those values in the case they
are not fixed, let's just make sure we get fixed values before
executing the check
Thibault Saunier [Mon, 7 Oct 2013 20:40:54 +0000 (17:40 -0300)]
data: Add an adaptive video framerate and size scenario
Thibault Saunier [Mon, 7 Oct 2013 20:18:37 +0000 (17:18 -0300)]
data: Add an adaptive video framerate scenario
Thibault Saunier [Mon, 7 Oct 2013 15:08:28 +0000 (12:08 -0300)]
data: Add a scenario where we change the video size on during playback
Thibault Saunier [Mon, 7 Oct 2013 15:06:22 +0000 (12:06 -0300)]
transcoding: Add a new action to change restriction caps at runtime
Thibault Saunier [Mon, 7 Oct 2013 15:07:47 +0000 (12:07 -0300)]
transcoding: Fix the way we get pad caps
Stefan Sauer [Mon, 7 Oct 2013 08:59:39 +0000 (10:59 +0200)]
mi-todo: planning and todo comment update
Stefan Sauer [Mon, 7 Oct 2013 08:59:15 +0000 (10:59 +0200)]
mi-info: add two more wikilinks
Stefan Sauer [Mon, 7 Oct 2013 08:07:31 +0000 (10:07 +0200)]
mi-info: filter language-code from tags
We already show the language code as a separate field.
Thibault Saunier [Sat, 5 Oct 2013 16:29:52 +0000 (13:29 -0300)]
data: Set seeks to accurate+flush by default
Thibault Saunier [Sat, 5 Oct 2013 15:44:39 +0000 (12:44 -0300)]
scenario: Pass through gst-indent
Thibault Saunier [Sat, 5 Oct 2013 15:43:27 +0000 (12:43 -0300)]
scenario: Use g_error instead of exit (0)
Thibault Saunier [Sat, 5 Oct 2013 15:43:03 +0000 (12:43 -0300)]
scenario: Factor out function to get GstClockTime out of a structure
Thibault Saunier [Sat, 5 Oct 2013 15:01:46 +0000 (12:01 -0300)]
scenario: Use a weak ref to the pipeline
We are listening to it, we should not be owning a ref to it.
Thibault Saunier [Sat, 5 Oct 2013 15:00:35 +0000 (12:00 -0300)]
runner: Use "18" as exit code in case of error
It is a random number, but it will in most cases give people a hint
that gst-validate reported a critical issue, and thus set the return
code, only by looking at it
Also make use of gst_validate_runner_print() in
gst-validate-transcoding.c as we were copy pasting that method there.
Thibault Saunier [Thu, 3 Oct 2013 22:23:57 +0000 (19:23 -0300)]
scenario: Handle formulas in playback_time
And port seek forward/backward scenarios to relative seeking
Thibault Saunier [Sat, 28 Sep 2013 00:18:55 +0000 (02:18 +0200)]
scenario: Check that all action were properly executed
Thibault Saunier [Fri, 27 Sep 2013 22:15:13 +0000 (00:15 +0200)]
scenario: Add the notion of repeated actions
Thibault Saunier [Fri, 27 Sep 2013 22:05:51 +0000 (00:05 +0200)]
utils: Add util functions to parse simple mathematical expressions
And make use of it to set the start of a seek
Thibault Saunier [Fri, 27 Sep 2013 22:12:07 +0000 (00:12 +0200)]
scenario: Error out and exit when we fail loading a scenario
Stefan Sauer [Fri, 4 Oct 2013 07:58:17 +0000 (09:58 +0200)]
mi-info: add more wikilinks
Stefan Sauer [Fri, 4 Oct 2013 05:51:46 +0000 (07:51 +0200)]
mi-info: pretty print framerates
Avoid to print 0 fps. Handle the special 0/1 case for still images.
Olivier Crête [Thu, 3 Oct 2013 22:14:18 +0000 (18:14 -0400)]
gst-validate-scenario: Only typedef the struct once
Some gcc versions don't like the typedef being done twice
Stefan Sauer [Thu, 3 Oct 2013 20:23:22 +0000 (22:23 +0200)]
mi-info: add a helper to format bit-rates
Print bit-rates in kbit/sec. Add handling for unknown values and ranges.
Stefan Sauer [Thu, 3 Oct 2013 20:22:46 +0000 (22:22 +0200)]
mi-preview: ensure that natural-size >= min-size
Stefan Sauer [Tue, 1 Oct 2013 06:21:45 +0000 (08:21 +0200)]
mi/TODO: planning update
Stefan Sauer [Tue, 1 Oct 2013 05:48:20 +0000 (07:48 +0200)]
mi-info: reset toc info when we did not get disco info
Vincent Penquerc'h [Thu, 3 Oct 2013 09:32:54 +0000 (05:32 -0400)]
scenario: do not set default seek flags
Seeks will be done with no particular flags, unless specified
in the scenario.
Stefan Sauer [Mon, 30 Sep 2013 13:39:54 +0000 (15:39 +0200)]
mi-info: filter buffer entries from caps
Filter buffer entries from caps before showing them as string.
Stefan Sauer [Sat, 28 Sep 2013 05:19:59 +0000 (07:19 +0200)]
mi-info: show tooltip for caps labels with full caps string
Stefan Sauer [Sat, 28 Sep 2013 05:12:27 +0000 (07:12 +0200)]
mi-info: send seek events when clicking toc entries
Get the start-pos from the active toc entry and seek.
Stefan Sauer [Fri, 27 Sep 2013 06:03:59 +0000 (08:03 +0200)]
mi-info: use a TreeView for the toc
Use a TreeView with a TreeStore to show toc-entries.
Olivier Crête [Mon, 30 Sep 2013 13:51:21 +0000 (09:51 -0400)]
gst-validate: Don't use the GOptionContext after freeing it
Stefan Sauer [Wed, 25 Sep 2013 06:19:26 +0000 (08:19 +0200)]
mi-info: indent toc entries
Also add todo for how to make it a treeview instead
Stefan Sauer [Wed, 25 Sep 2013 06:01:29 +0000 (08:01 +0200)]
TODO: planning
Stefan Sauer [Wed, 25 Sep 2013 05:58:49 +0000 (07:58 +0200)]
mi-info: mark nullable parameters as such
Stefan Sauer [Wed, 25 Sep 2013 05:54:43 +0000 (07:54 +0200)]
mi-info: add start/stop times in toc
Thibault Saunier [Fri, 20 Sep 2013 22:23:17 +0000 (00:23 +0200)]
pad-monitor: Check if channel-mask is present only if channels > 2
As it is not a mandatory field otherwize
https://bugzilla.gnome.org/show_bug.cgi?id=708499
Thibault Saunier [Thu, 19 Sep 2013 10:38:20 +0000 (07:38 -0300)]
scenario: Add GST_VALIDATE_SCENARIOS_PATH environment variable
So you can specify the PATHS where to look for scenario files
Thiago Santos [Mon, 16 Sep 2013 13:03:07 +0000 (10:03 -0300)]
scenarios: add 2 new scenarios for seeks with different seek types
They test seeks that only update the stop or the start position, some
demuxers seem not to handle the case where start type is set to None.
Thiago Santos [Fri, 13 Sep 2013 15:09:30 +0000 (12:09 -0300)]
validate-scenario: track position query results closer
Always keep probing the pipeline for the current position and compare
with the latest requested seek segment to detect if the seek boundaries
are being respected
Thibault Saunier [Tue, 17 Sep 2013 18:56:19 +0000 (15:56 -0300)]
scenario: Make it possible to define mandatory fields
And give a descrpition for actions
Vincent Penquerc'h [Mon, 2 Sep 2013 15:11:15 +0000 (11:11 -0400)]
scenario: add a track switch command, and an audio track switch test
The "switch-track" command can be used to switch tracks. The "type"
argument selects which track type to change (can be "audio", "video",
or "text"). The "index" argument selects which track of this type
to use: it can be either a number, which will be the Nth track of
the given type, or a number with a "+" or "-" prefix, which means
a relative change (eg, "+1" means "next track", "-1" means "previous
track").
Conflicts:
validate/gst/validate/gst-validate-scenario.c
Thibault Saunier [Mon, 16 Sep 2013 21:48:38 +0000 (18:48 -0300)]
scenario: Make it possible to register action parsing funcs before init
Thibault Saunier [Fri, 13 Sep 2013 18:48:56 +0000 (15:48 -0300)]
validate: Add .pc files so applications can link against us
Stefan Sauer [Sun, 15 Sep 2013 13:11:53 +0000 (15:11 +0200)]
mi-info: extact helper to format times
Stefan Sauer [Fri, 13 Sep 2013 06:16:34 +0000 (08:16 +0200)]
mi-info: comment updates
Stefan Sauer [Fri, 13 Sep 2013 06:12:34 +0000 (08:12 +0200)]
TODO: update planing
Stefan Sauer [Fri, 13 Sep 2013 06:12:05 +0000 (08:12 +0200)]
mi-info: extract ui-helper for format/codec-rows
Stefan Sauer [Fri, 13 Sep 2013 05:55:14 +0000 (07:55 +0200)]
mi-info: extract ui helper for adding an entry
A helper to add a label + str formatted details as a table row.
Stefan Sauer [Wed, 11 Sep 2013 06:21:06 +0000 (08:21 +0200)]
mi-info: extract more common ui code into helpers
Stefan Sauer [Mon, 9 Sep 2013 16:48:10 +0000 (18:48 +0200)]
mi-info: reshuffle container widgets
Prepare for handling nested containers.
Stefan Sauer [Mon, 9 Sep 2013 16:37:24 +0000 (18:37 +0200)]
mi-info: code cleanups
First reset the info pane and then check/update. This fixes not resetting the
tabs on info==null.
Stefan Sauer [Mon, 9 Sep 2013 16:36:47 +0000 (18:36 +0200)]
mi-info: fix type
It is 'Notebook' and not 'NoteBook'.
Stefan Sauer [Fri, 6 Sep 2013 06:56:05 +0000 (08:56 +0200)]
mi: code cleanups, comments
Stefan Sauer [Fri, 6 Sep 2013 06:03:51 +0000 (08:03 +0200)]
mi-info: fix tab-index in compact mode
Stefan Sauer [Thu, 5 Sep 2013 07:18:26 +0000 (09:18 +0200)]
info: sort streams by stream_id
This way we are activating the right stream when switching tabs.
Stefan Sauer [Thu, 5 Sep 2013 07:18:04 +0000 (09:18 +0200)]
TODO: spelling fixes and update
Stefan Sauer [Wed, 4 Sep 2013 07:17:28 +0000 (09:17 +0200)]
app: allow giving an uri instead of a directory as a startup arg
This way we can play streams.
Stefan Sauer [Wed, 4 Sep 2013 07:16:47 +0000 (09:16 +0200)]
preview: fix minimal size
We need some minial size, otherwise we can enlarge, but not shrink the window.
Stefan Sauer [Wed, 4 Sep 2013 07:15:34 +0000 (09:15 +0200)]
TODO: small ideas update
Stefan Sauer [Wed, 4 Sep 2013 07:15:07 +0000 (09:15 +0200)]
HACKING: update instructions
Stefan Sauer [Tue, 3 Sep 2013 20:03:19 +0000 (22:03 +0200)]
preview: extract preview area as separate widget
Stefan Sauer [Tue, 3 Sep 2013 05:41:46 +0000 (07:41 +0200)]
mi: update my name and years
Stefan Sauer [Mon, 2 Sep 2013 20:25:09 +0000 (22:25 +0200)]
mi: set the log domain
Stefan Sauer [Mon, 2 Sep 2013 07:52:30 +0000 (09:52 +0200)]
mi-info: comment updates
Stefan Sauer [Mon, 2 Sep 2013 07:49:51 +0000 (09:49 +0200)]
mi-info: turn stdout.printf into debug log calls
Stefan Sauer [Mon, 2 Sep 2013 07:41:24 +0000 (09:41 +0200)]
mi-info: add todo for stream switching
Stefan Sauer [Mon, 2 Sep 2013 07:40:58 +0000 (09:40 +0200)]
mi-info: playbin handles force-aspect-ration in 1.0
Stefan Sauer [Fri, 30 Aug 2013 08:53:13 +0000 (10:53 +0200)]
info: improve sizing
We're now hinting the scrolled window about the content size to avoid empty space + scrolling.
Stefan Sauer [Fri, 30 Aug 2013 06:41:48 +0000 (08:41 +0200)]
mi-info: basic subtitle support
Stefan Sauer [Fri, 30 Aug 2013 06:26:37 +0000 (08:26 +0200)]
video-area: improve resizing of the video area
The browser pane does not expand by default. Track aspect-ration for the
currently displayed object. Use an aspect frame as a container for the
drawing-area.