glfs/gnome/add/media/gstreamer-inst.xml

13 lines
307 B
XML
Raw Normal View History

<sect2>
<title>Installation of gstreamer</title>
<para>Install gstreamer by running the following commands:</para>
<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/log &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
gst-register </userinput></screen></para>
</sect2>