Compile problem with gstreamer rtsp server

Tim-Philipp Müller t.i.m at zen.co.uk
Sat Feb 26 11:55:01 PST 2011


On Sat, 2011-02-26 at 10:55 -0800, Morris Ford wrote:

> Trying to compile rtsp server on 64bit Ubuntu 10.10 and getting this
> error:
>   CC     libgstrtspserver_0.10_la-rtsp-media-factory-uri.lo
> rtsp-media-factory-uri.c:173: error:
> ‘gst_plugin_feature_rank_compare_func’ undeclared (first use in this
> function)

Looks like your GStreamer version isn't new enough, and the dependencies
in the configure check haven't been updated properly.

You need GStreamer core >= 0.10.31 for this, which is available in
natty, or (for older ubuntu versions) in the GStreamer PPA.

I'll update the configure check.

 Cheers
  -Tim



More information about the gstreamer-devel mailing list