[gst-devel] detection of gst-ffmpeg during configure

Ronald S. Bultje rbultje at ronald.bitfreak.net
Tue Oct 11 06:56:44 CEST 2005


On Tue, 2005-10-11 at 08:22 +0200, Vincent Torri wrote:
> i would like to add a test in my configure stuff to check if gst-ffmpeg is
> installed. I've not found anything related to pkg-config and gst-ffmpeg.
> 
> So, is there a way to do this ?

You probably want a runtime check, like if (!gst_element_factory_make
("ffdec_mpeg4", NULL)) { error_out; }.

Ronald





More information about the gstreamer-devel mailing list