Trying to encode a captured frame as a Bitmap (.bmp)

jackson80 jackstuff3 at gmail.com
Wed Dec 27 18:06:58 UTC 2017


Looking at gst_video_convert_sample: It first validates inputs and extracts
caps from src; then it calls build_convert_frame_pipepline. This routine
creates elements needed for a conversion pipeline. Then this routine calls
get_encoder. This immediately calls gst_element_factory_list_get_elements. 
>From the debug output supplied by gst_plugin_feature_list_debug, I can see
the only encoders found were jpegenc, pngenc, and pnmenc. Since none of
these encoders match bmp, this is where it fails.
Is there any other way to see if libav is correctly incorporated with the
rest of the gstreamer software?
Or do you think I should try manually building a conversion pipeline?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list