Gstreamer execution problem

Stefan Sauer ensonic at hora-obscura.de
Thu May 10 10:56:56 PDT 2012


On 05/10/2012 08:31 AM, lchand wrote:
> Hi stefan,
>
> Thanks for the reply.
>
> I tried export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
> getting the same problem.
>
> Is that anywhere I am missing in linking  alsa,ossaudio plugins to
> gstreamer.
> I compiled 
> /gst-plugins-good-0.10.31
> ./configure  --prefix=/usr/local --disable-static --sysconfdir=/etc
> --with-gtk=3.0 && make
>
> compiled gst-ffmpeg-0.10.13
> ./configure  --prefix=/usr/local && make
>
> Whether I linked oss properly.
>
> When I checked gst-inspect-0.10.0 with working PC (default loaded with
> Ubuntu) and my compiled gstreamer.  The difference is
> ossaudio:  osssrc: Audio Source (OSS)                                   
> ossaudio:  osssink: Audio Sink (OSS) 
> is there in PC (ubuntu loaded) and for my compiled it is not there.
Run your selfbuilt /usr/local/bin/gst-launch-0.10 under strace:
strace -e file 2>strace.log /usr/local/bin/gst-launch-0.10
and check the log to see what problems exists.

Stefan
>
> Even I tried gstreamer-properties: 
> I am getting 
> gstreamer-properties-Message: Skipping unavailable plugin 'autoaudiosink'
> gstreamer-properties-Message: Skipping unavailable plugin 'alsasink'
> gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink'
> gstreamer-properties-Message: Skipping unavailable plugin 'esdsink'
> gstreamer-properties-Message: Skipping unavailable plugin 'osssink'
> gstreamer-properties-Message: Skipping unavailable plugin 'oss4sink'
> gstreamer-properties-Message: Skipping unavailable plugin 'pulsesink'
> gstreamer-properties-Message: Skipping unavailable plugin 'sunaudiosink'
>
> Is this the linking problem or not finding PC audio libraries.
>
> Regards
> L. Chand
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-execution-problem-tp4617380p4622628.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list