After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 749216 - validate: Properly state that adaptive scenarios are only usable with the gst-validate-transcoding tool in their description.
validate: Properly state that adaptive scenarios are only usable with the gst...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-11 08:51 UTC by Denis Humeau
Modified: 2018-11-03 11:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Denis Humeau 2015-05-11 08:51:53 UTC
Trying to use gst-validate-1.0 the following way:

GST_DEBUG=3 gst-validate-1.0 playbin uri=file:/<my_file> --set-scenario=adaptive_video_size

Result is:
gst-validate-scenario.c:1417:_load_scenario_file:<GstValidateScenario@0x52d958> We do not handle action types set-restriction

In practice, the adaptive scenario files are present with the default scenarios, but not usable with devtools 1.4.0.

Is there a devtools version compatible with the use of set-restriction?
Comment 1 Thibault Saunier 2015-05-11 09:03:22 UTC
That action type is implemented in gst-validate-transcoding-1.0 only. That scenario should be used with that tool.

We could specify that in the scenario description.

You can check what action types are avalaible with the various gst-validate tools doing:

  gst-validate-1.0 --inspect-action-type
  gst-validate-transcoding-1.0 --inspect-action-type
  ...

Renaming the bug so that it is about adding the information in the `desciption, ` line of the scenario.

You can write simliare scenarios for dedicated pipeline using the set-property action setting caps on dedicated capsfilters elements.
Comment 2 Thibault Saunier 2015-06-09 08:30:15 UTC
@Denis Humeau: Do you feel like fixing that one? :)
Comment 3 GStreamer system administrator 2018-11-03 11:06:55 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-devtools/issues/14.