You can try

export GST_DEBUG=GST_ELEMENT_FACTORY:3

then run gstreamer. Log indicates which elements are being used.


Leo

On 05/19/2015 12:44 PM, Burton, Ross wrote:

On 19 May 2015 at 16:15, Gary Thomas <g...@mlbassoc.com <mailto:g...@mlbassoc.com>> wrote:

    Do you know if there is a way to tell gtk-play what gstreamer
    back-end(s) to use?  In particular, for my i.MX6 board, it is
    not choosing the video plugin I think it should and it would be
    nice to test if it does the right thing if the correct plugin
    is used.


I guess there's a few solutions:

1) Patch gst-player (upstream is very responsive!) to add options to pass these hints to the playbin
2) Delete the plugins you don't want it to use
3) Use gst-launch directly to do these tests (gst-launch playbin video-sink=foosink uri=...)

For (1) this should be a fairly simple matter of passing the sink name, then constructing that element and passing it as the audio-sink/video-sink property on the playbin.

Ross



-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to