Gstreamer Warning
Yogesh Tyagi
yogesh.bit2006 at gmail.com
Fri May 10 01:10:29 PDT 2013
Hi,
I am using a gsteamer plugin library libgstfluismd.so. It provies an
element called "ismd_audio_sink".If I execute following command on two
different systems
# gst-inspect ismd_audio_sink
I see a difference b/w outputs on both the systems.
One system shows:
audio/mpeg
mpegversion: { 1 }
parsed: true
audio/x-mpeg
mpegversion: { 1 }
parsed: true
audio/mpeg
mpegversion: { 2, 4 }
framed: true
and other system shows
audio/x-ac3
audio/x-private1-ac3
audio/x-dd
audio/x-wma
wmaversion: { 2 }
channels: { 1, 2 }
rate: { 8000, 11025, 12000, 16000, 22050, 24000, 32000,
44100, 48000, 96000, 192000
The system that doesn't show "audio/x-ac3", I am not able to play ac3
audio on it.
Both the system are using same version of gstreamer(0.10) and same plugin
library( libgstfluismd.so). Can somebody help me understand why this is
happening?
Thanks,
Yogesh
On Thu, May 9, 2013 at 6:00 PM, Deepak Jain <jain1982 at gmail.com> wrote:
> You need to check whether a52 plugin is installed on your system.
> The output is clearly showing that the decoder is not available
>
>
>
> On Thu, May 9, 2013 at 5:35 PM, Yogesh Tyagi <yogesh.bit2006 at gmail.com>wrote:
>
>> Hi,
>>
>> I am getting following warning while I start a player based on gstreamer
>> on my system.
>>
>>
>> GStreamer-WARNING **: External plugin loader failed. This most likely
>> means that the plugin loader helper binary was not found or could not be
>> run. If you are running an uninstalled GStreamer setup, you might need to
>> update your gst-uninstalled script so that the GST_PLUGIN_SCANNER
>> environment variable gets set.
>>
>> And when I tried to run a file I got following error:
>>
>> GStreamer: plugin AC-3 (ATSC A/52) decoder not available!
>> GStreamer: Warning - uridecodebin0, No decoder available for type
>> 'audio/x-ac3, framed=(boolean)true, channels=(int)6, rate=(int)48000'.
>> GStreamer: Message TAG from matroskademux0, video codec format:H264
>> GStreamer: Message TAG from matroskademux0, language format:und
>> GStreamer: Message TAG from matroskademux0, containter format:Matroska
>> GStreamer: Message TAG from ismdgsth264viddec0, video codec
>> format:H.264/AVC video
>> GStreamer: Element gstplayer changed state from READY to PAUSED.
>> GStreamer: Message ASYNC_DONE
>> GStreamer: Message NEW_CLOCK
>> GStreamer: Element gstplayer changed state from PAUSED to PLAYING.
>>
>> I have gstreamer-bad gstreamer-good and gstreamer-ugly plugins
>> installed on my system.
>>
>> Can somebody help?
>>
>> Thanks,
>> Yogesh
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130510/32c7a59e/attachment.html>
More information about the gstreamer-devel
mailing list