diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-05-24 16:24:10 +0900 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-05-24 16:25:09 +0900 |
commit | bd5708a0cd1d866995922b8beac2563a2be6b8a4 (patch) | |
tree | bddc534ee878d46e7627c8b34ebd29fcdf3adfda /docs | |
parent | 1d1946a32138a03317c7811638d494f6afd7392f (diff) |
docs: Remove mention of gconf* elements
Instead recommend pulsesrc/sink for audio, there is nothing GNOME
specific for video.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/appendix-integration.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/manual/appendix-integration.xml b/docs/manual/appendix-integration.xml index 9be6602d3..59474c39d 100644 --- a/docs/manual/appendix-integration.xml +++ b/docs/manual/appendix-integration.xml @@ -153,14 +153,8 @@ main (gint argc, gchar **argv) </listitem> <listitem> <para> - GNOME stores the default video and audio sources and sinks in GConf. - &GStreamer; provides a number of elements that create audio and - video sources and sinks directly based on those GConf settings. - Those elements are: gconfaudiosink, gconfvideosink, gconfaudiosrc - and gconfvideosrc. You can create them with - <function>gst_element_factory_make ()</function> and use them - directly just like you would use any other source or sink element. - All GNOME applications are recommended to use those elements. + GNOME uses Pulseaudio for audio, use the pulsesrc and + pulsesink elements to have access to all the features. </para> </listitem> <listitem> |