Linux-Noob Forums
configuring gstreamer properly - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html)
+---- Forum: Fedora 8 (https://www.linux-noob.com/forums/forum-47.html)
+---- Thread: configuring gstreamer properly (/thread-980.html)



configuring gstreamer properly - nishith - 2008-04-08


I have installed gstreamer on my acer 4720 laptop which is running fedora8.

 

But I see the volume control applet with a red cross and on clicking it says :

 

The volume control did not find any elements and/or devices to control.

This means either that you don't have the right GStreamer plugins installed,

or that you don't have a sound card configured.

 

You can remove the volume control from the panel by right-clicking the

speaker icon on the panel and selecting "Remove From Panel" from the menu.

 

I have both alsa and oss installed on my system. Alsa didnot work with my ICH8 sound chip so I used oss.

Read somewhere that gstreamer doesn't support oss. How to solve the problem.

I am unable to adjust the volume of the sound when I use the oss plugin with xmms.

thanks in advance

nishith




configuring gstreamer properly - anyweb - 2008-04-09


have you made sure to update Fedora to the latest ?

 

open a terminal and

Code:
su -


to root then

Code:
yum -y update







configuring gstreamer properly - nishith - 2008-04-10


Quote:have you made sure to update Fedora to the latest ?  

open a terminal and

Code:
su -

<div>
to root then

Code:
yum -y update




</div>
 

well that was a problem with my sound driver OSS not being supported by gstreamer.

I got to know that from the OSS forum and have updated a library in the gstreamer dir and it is working since then. (the lib file is libgstossaudio.so)

 

thanks again

nishith