faq: dependencies: rework answer on mandatory GTK+/GNOME dep

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-07-21 14:03:05 -07:00
parent b0cb459527
commit 48fbc1ff01

View file

@ -56,9 +56,9 @@ MIDI playback is provided by plugins such as `midiparse`, `fluiddec`,
## Does GStreamer depend on GNOME or GTK+? ## Does GStreamer depend on GNOME or GTK+?
No, it's just that many of the applications developed for GStreamer happen to No, it's just that many GStreamer applications, including some of our sample
be GNOME or GTK+ applications, including some of our sample applications. There ones, happen to be GNOME or GTK+ applications, but there are just as many
are just as many applications that use the Qt toolkit or that are written for using the Qt toolkit or written for Mac OS/X, Windows, Android or iOS.
Mac OS/X, Windows, Android or iOS. We aim to provide an API that is toolkit
agnostic, so that GStreamer can be used from any toolkit, desktop environment We aim to provide an API that is toolkit-agnostic, so that GStreamer can be used
or operating system. from any toolkit, desktop environment or operating system.