Re: Playing WMV files with Playbin

Tobias Rapp via gstreamer-devel <[email protected]> Fri, 29 Dec 2023 15:51:51 +0100
Newsgroups gmane.comp.video.gstreamer.devel
Organization NOA GmbH
Message-ID <[email protected]>
You might want to adjust the debug output level via

set GST_DEBUG=3

and then re-run your gst-launch command. That might give you more 
information what is going wrong.

BTW: When I test WMV playback on my Windows machine the "avdec_wmv3" 
decoder is used, although the "dshowvdec_wvc1" decoder (listed in your 
log output) is also available. Not sure how to enforce a specific 
decoder on the command-line, though.

Regards, Tobias