<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">Le 27 déc. 2017 1:09 PM, "jackson80" <<a href="mailto:jackstuff3@gmail.com">jackstuff3@gmail.com</a>> a écrit :<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Looking at gst_video_convert_sample: It first validates inputs and extracts<br>
caps from src; then it calls build_convert_frame_pipepline. This routine<br>
creates elements needed for a conversion pipeline. Then this routine calls<br>
get_encoder. This immediately calls gst_element_factory_list_get_<wbr>elements.<br>
>From the debug output supplied by gst_plugin_feature_list_debug, I can see<br>
the only encoders found were jpegenc, pngenc, and pnmenc. Since none of<br>
these encoders match bmp, this is where it fails.<br>
Is there any other way to see if libav is correctly incorporated with the<br>
rest of the gstreamer software?<br>
Or do you think I should try manually building a conversion pipeline?<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">To get going, you could build your own, though it could be nice to file a bug, so we can research and fix this eventually. It could be as simple as having the class string (GST feature concept) missing Encoder in it (you'll find this string in gst-inspect, something like Encoder/Video).</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="quoted-text"><br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/</a><br>
</div><div class="elided-text">______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</div></blockquote></div><br></div></div></div>