Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d620e9f76c810e9fbdaebc304909c8fc > files > 114

lib64gstreamer0.10-devel-0.10.36-7.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>General</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79;charset=UTF-8"><LINK
REL="HOME"
TITLE="GStreamer FAQ (0.10.36)"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="GStreamer FAQ (0.10.36)"
HREF="index.html"><LINK
REL="NEXT"
TITLE="Dependencies"
HREF="chapter-dependencies.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>GStreamer FAQ (0.10.36)</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="index.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="chapter-dependencies.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="chapter-general"
>2. General</A
></H1
><DIV
CLASS="qandaset"
><DL
><DT
>Q: <A
HREF="chapter-general.html#general-media-player"
>Is GStreamer a media player ?</A
></DT
><DT
>Q: <A
HREF="chapter-general.html#general-why-c"
>&#13;Why is GStreamer written in C ? Why not C++/Objective-C/... ?
        </A
></DT
><DT
>Q: <A
HREF="chapter-general.html#general-applications"
>What applications are available for GStreamer ?</A
></DT
><DT
>Q: <A
HREF="chapter-general.html#general-format"
>Does GStreamer support the format of my media files?</A
></DT
><DT
>Q: <A
HREF="chapter-general.html#general-licensing"
>&#13;What are the exact licensing terms for GStreamer and its plugins ?
        </A
></DT
><DT
>Q: <A
HREF="chapter-general.html#general-sound-server"
>Is GStreamer a sound server ?</A
></DT
><DT
>Q: <A
HREF="chapter-general.html#general-platforms"
>&#13;Will GStreamer be available for platforms other than Unix ?
        </A
></DT
><DT
>Q: <A
HREF="chapter-general.html#general-gnome"
>What is GStreamer's relationship with the GNOME community ?</A
></DT
><DT
>Q: <A
HREF="chapter-general.html#general-kde"
>What is GStreamer's relationship with the KDE community ?</A
></DT
><DT
>Q: <A
HREF="chapter-general.html#general-my-application"
>&#13;I'm considering adding GStreamer output to my application...
        </A
></DT
></DL
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="general-media-player"
></A
><B
>Q: </B
>Is GStreamer a media player ?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>
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 especially when using the high-level object called playbin.
        </P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="general-why-c"
></A
><B
>Q: </B
>
Why is GStreamer written in C ? Why not C++/Objective-C/... ?
        </P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>
We like C. Aside from "personal preference", there are a number of technical 
reasons why C is nice in this project:
<P
></P
><UL
><LI
><P
>C is extremely portable.</P
></LI
><LI
><P
>C is fast.</P
></LI
><LI
><P
>It is easy to make language bindings for libraries written in C.
</P
></LI
><LI
><P
>The GObject object system provided by GLib implements objects in C, 
in a portable, powerful way. This library provides for introspection and 
runtime dynamic typing. It is a full OO system, but without the syntactic 
sugar. If you want sugar, take a look at 
<A
HREF="http://live.gnome.org/Vala"
TARGET="_top"
>Vala</A
>.</P
></LI
><LI
><P
>Use of C integrates nicely with Gtk+ and GNOME. Some people like 
this a lot, but neither Gtk+ nor GNOME are required by GStreamer.</P
></LI
></UL
>
</P
><P
>&#13;So, in closing, we like C. If you don't, that's fine; if you still want to 
help out on GStreamer, we always need more language binding people. And if 
not, don't bother us; we're working :-)
        </P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="general-applications"
></A
><B
>Q: </B
>What applications are available for GStreamer ?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>
Many media player applications have chosen GStreamer for their backend. 
Also a couple of media format conversion tools have been written using the powers of GStreamer.
With the advent of GStreamer-0.10 several media editing applications have been started.
        </P
><P
>&#13;For a list of projects, look at the
<A
HREF="http://gstreamer.freedesktop.org/apps/"
TARGET="_top"
>application list</A
>
on the GStreamer project website.
        </P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="general-format"
></A
><B
>Q: </B
>Does GStreamer support the format of my media files?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>
GStreamer aims to support every format imaginable, but that doesn't mean the 
developers have managed to achieve that aim yet. If a GStreamer enabled 
application doesn't play back your files, you can help us solve that problem
by <A
HREF="http://bugzilla.gnome.org"
TARGET="_top"
>filing an enhancement request
bug</A
> for that format. If you have it, please provide: 
<P
></P
><UL
><LI
><P
>links to other players, preferably Open Source and working
  on Unix</P
></LI
><LI
><P
>links to explanations of the format.</P
></LI
><LI
><P
>ways to obtain mediafiles in that format to test.
  </P
></LI
></UL
>
        </P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="general-licensing"
></A
><B
>Q: </B
>
What are the exact licensing terms for GStreamer and its plugins ?
        </P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>
All of GStreamer, including our own plugin code, is licensed under the 
<A
HREF="http://www.gnu.org/licenses/lgpl.html"
TARGET="_top"
>GNU LGPL</A
> license.
Some of the libraries we use for some of the plugins are however under the 
GPL, which means that those plugins can not be used by a non-GPL-compatible 
application. 
        </P
><P
>&#13;As part of the GStreamer source download you find a file called 
LICENSE_readme in gst-plugins package. That file contains information in the exact licensing 
terms of the libraries we use. As a general rule, GStreamer aims at using 
only LGPL or BSD licensed libraries if available and only use GPL or 
proprietary libraries where no good LGPL or BSD alternatives are available.
        </P
><P
>&#13;From GStreamer 0.4.2 on, we implemented a license field for all of the plugins,
and in the future we might have the application enforce a stricter policy
(much like tainting in the kernel).
        </P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="general-sound-server"
></A
><B
>Q: </B
>Is GStreamer a sound server ?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>
No, GStreamer is not a soundserver. GStreamer does however have plugins
supporting most of the major soundservers available today, including 
pulseaudio, ESD, aRTSd, Jack and others.
        </P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="general-platforms"
></A
><B
>Q: </B
>
Will GStreamer be available for platforms other than Unix ?
        </P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>
Depends. Our main target is the Unix platform. It also works on Win32 and Mac OS X,
but it may still be a bit challenging to get everything up and running.  
That said, interest has been expressed in porting GStreamer to other platforms and the GStreamer core 
team will gladly accept patches to accomplish this.

        </P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="general-gnome"
></A
><B
>Q: </B
>What is GStreamer's relationship with the GNOME community ?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>
While GStreamer is operated as an independent project, we do have a close 
relationship with the GNOME community. Many of our hackers consider 
themselves also to be members of the GNOME community.
GStreamer is officialy bundled with the GNOME desktop, as lots of packages
(like gnome-media, totem and rhythmbox) are using it.
This does not exclude use of GStreamer by other communities at all, of course.
        </P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="general-kde"
></A
><B
>Q: </B
>What is GStreamer's relationship with the KDE community ?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>
The GStreamer community wants to have as good a relationship as possible 
with KDE, and we hope that someday KDE decides to adopt GStreamer as their 
multimedia API (planned for KDE 4). 
There have been contacts from time to time between the GStreamer community 
and KDE and we do already have support for the aRTSd sound server used by KDE.
Also, some of the KDE hackers have created Qt bindings of GStreamer, 
made a simple video player and using it in some audio players (JuK and AmaroK).
        </P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="general-my-application"
></A
><B
>Q: </B
>
I'm considering adding GStreamer output to my application...
        </P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>
That doesn't really make sense. GStreamer is not a sound server, so you don't 
output directly to GStreamer, and it's not an intermediate API between 
audio data and different kinds of audio sinks. It is a fundamental design 
decision to use GStreamer in your app; there are no easy ways of somehow 
'transfering' data from your app to GStreamer. Instead, your app would have 
to use or implement a number of GStreamer elements, string them together, and 
tell them to run. In that manner the data would all be internal to the 
GStreamer pipeline.
        </P
><P
>&#13;That said, it is possible to write a plugin specific to your app that can get
at the audio data.
        </P
></DIV
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="chapter-dependencies.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>GStreamer FAQ (0.10.36)</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Dependencies</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>