[Bug 735443] [Proposal] adjustment of rank by command line option

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 26 05:49:23 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735443
  GStreamer | gstreamer (core) | unspecified

Thibault Saunier <tsaunier> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tsaunier at gnome.org

--- Comment #6 from Thibault Saunier <tsaunier at gnome.org> 2014-08-26 12:49:19 UTC ---
Just to let you know that this is already possible to do that with gst-validate
(which uses the same synthax as gst-launch) using a simple scenario such as:

---
description, is-config=true
set-feature-rank, feature-name="someelementfactoryname", rank="primary";
---

>From the @set-feature-rank documentation:

Action type:
  Name: set-feature-rank
    Is config action (meaning it will be executing right at the begining of the
execution of the pipeline)

  Description: 
    Changes the ranking of a particular plugin feature

  Parametters:
     feature-name               : The name of a GstFeature
                                  Possible types:
                                     string
                                  Mandatory.
     rank                       : The GstRank to set on @feature-name
                                  Possible types:
                                     string, int
                                  Mandatory.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list