to get the ball rolling... slowly... let's get some facts:
- Is GStreamer a media player?
No, GStreamer is a development framework for creating applications
like media players, video editors, streaming media broadcasters and
so on. That said, very good media players can easily be built on
top of GStreamer and we even include a simple yet functional
mediaplayer with GStreamer called Gst-Player
WWW:
http://gstreamer.sourceforge.net/- What is needed to build GStreamer?
popt -
http://freshmeat.net/projects/popt/ This is the popt command line option parsing library. While it is similar
to getopt(3), it contains a number of enhancements, including:
1) popt is fully reentrant
2) popt can parse arbitrary argv[] style arrays while
getopt(2) makes this quite difficult
3) popt allows users to alias command line arguments
4) popt provides convenience functions for parsing strings
into argv[] style arrays
gettext - we don't have it, but hunoPPC is working on it.
glib20 -
http://www.gtk.org/ GLib provides a simple, abstract, and highly portable set of C support
routines such as lists, trees, hashes, memory allocation, and much, much
more. It is a foundation for writing portable applications.
Required Libraries:
pcre - we have this!
gettext - hunoPPC is working on it.
libxml2 - we have this.