<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 11 avr. 2019 03 h 40, Igors <<a href="mailto:igors@eias3d.com">igors@eias3d.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, Nicolas, All<br>
<br>
After experimenting I've found it works with gdkpixbufdec, pipleline is like<br>
<br>
filesrc location=1.tga ! gdkpixbufdec ! ...<br>
<br>
So in my image viewer I try decodebin first, then, if it fails, try<br>
gdkpixbufdec. It's ugly, more code and slower loading, but typefind looks<br>
too complex for me. <br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Ok, I think you can file an issue with this data. We can try and fix the ffmpeg element, or downgrade it's rank so gdkpixbufdec get picked instead.</div><div dir="auto"><br></div><div dir="auto">Meanwhile, a nicer solutions in your app is to find the ffmpeg element factory (gst_element_factory_find()) and downgrade it's rank to GST_RANK_NONE. Then decodebin will stop using it.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thx <br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>