gstreamer

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

gstreamer

xiaowen
Hi:
    I am compliting the gstremer,when i run "gst-launch -v playbin2 uri=file:///sdcard/b.mp4",there are some errors.Could you help me ?


/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: connection-speed = 0
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: source = (GstFileSrc) source
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstTypeFindElement:typefind.GstPad:src: caps = video/quicktime, variant=(string)iso
Pipeline is PREROLLING ...
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstQTDemux:qtdemux0.GstPad:sink: caps = video/quicktime, variant=(string)iso
Missing element: MPEG-4 Video decoder
WARNING: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder available for type 'video/ mpeg, mpegversion=(int)4, parsed=(boolean)true, systemstream=(boolean)false'.
Additional debug info:
/opt/gstreamer/external/gstreamer_aggregate/gst-plugins-base/gst/playback/gsturidecodebin.c(867): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0


Thank you.
Bill



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer

termajik
Hi

You haven't decoder  for mpeg4 video...
Can you install this package :
gstreamer0.10-ffmpeg
It should be solved your probleme.

If it dosen't work, send me traces of :
>gst-inspect | grep mpeg4 | grep decoder
and trace of
>ls /usr/lib/gstreamer-0.10/

Good luck.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Adoptez l'éco-attitude.
N'imprimez ce mail que si c'est vraiment nécessaire.

. . . . . . . . . .\\\||||||||||///
. . . . . . . . . . \\ ~ ~ //
. . . . . . . . . . ( @ @ )
________oOOo-(_)-oOOo___________
   ....... Il y a deux choses infinies. L'univers
   ....... et la bêtise humaine. Mais pour
   ........ l'univers, j'ai un doute ...
________________Oooo._____________
. . . . .oooO . . . . . . .( . .)
. . . . .( . ) . . . . . . . . .) ./
. . . . . \ ( . . . . . . . .  (_/
. . . . . .\_)


Le 16 avril 2012 11:27, xiaowen <[hidden email]> a écrit :
Hi:
    I am compliting the gstremer,when i run "gst-launch -v playbin2 uri=file:///sdcard/b.mp4",there are some errors.Could you help me ?


/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: connection-speed = 0
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: source = (GstFileSrc) source
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstTypeFindElement:typefind.GstPad:src: caps = video/quicktime, variant=(string)iso
Pipeline is PREROLLING ...
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstQTDemux:qtdemux0.GstPad:sink: caps = video/quicktime, variant=(string)iso
Missing element: MPEG-4 Video decoder
WARNING: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder available for type 'video/ mpeg, mpegversion=(int)4, parsed=(boolean)true, systemstream=(boolean)false'.
Additional debug info:
/opt/gstreamer/external/gstreamer_aggregate/gst-plugins-base/gst/playback/gsturidecodebin.c(867): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0


Thank you.
Bill



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer

Sudarshan Bisht
In reply to this post by xiaowen
Its obvious from the log that you are missing mpeg4 video decoder plugin,  install that :)  Most probably you would find that in gst-ffmpeg package. 


2012/4/16 xiaowen <[hidden email]>
Hi:
    I am compliting the gstremer,when i run "gst-launch -v playbin2 uri=file:///sdcard/b.mp4",there are some errors.Could you help me ?


/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: connection-speed = 0
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: source = (GstFileSrc) source
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstTypeFindElement:typefind.GstPad:src: caps = video/quicktime, variant=(string)iso
Pipeline is PREROLLING ...
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstQTDemux:qtdemux0.GstPad:sink: caps = video/quicktime, variant=(string)iso
Missing element: MPEG-4 Video decoder
WARNING: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder available for type 'video/ mpeg, mpegversion=(int)4, parsed=(boolean)true, systemstream=(boolean)false'.
Additional debug info:
/opt/gstreamer/external/gstreamer_aggregate/gst-plugins-base/gst/playback/gsturidecodebin.c(867): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0


Thank you.
Bill



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

RE: gstreamer

Zhang, Zheng
In reply to this post by xiaowen

Missing element: MPEG-4 Video decoder

U don’t have mpeg4 decoder, need install gst-plugin-bad or gst-ffmpeg

 

-Zheng

 

From: gstreamer-devel-bounces+zheng.zhang=[hidden email] [mailto:gstreamer-devel-bounces+zheng.zhang=[hidden email]] On Behalf Of xiaowen
Sent: Monday, April 16, 2012 5:27 PM
To: [hidden email]; [hidden email]
Subject: gstreamer

 

Hi:

    I am compliting the gstremer,when i run "gst-launch -v playbin2 uri=file:///sdcard/b.mp4",there are some errors.Could you help me ?

 

 

/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: connection-speed = 0

/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: source = (GstFileSrc) source

/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstTypeFindElement:typefind.GstPad:src: caps = video/quicktime, variant=(string)iso

Pipeline is PREROLLING ...

/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstQTDemux:qtdemux0.GstPad:sink: caps = video/quicktime, variant=(string)iso

Missing element: MPEG-4 Video decoder

WARNING: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder available for type 'video/ mpeg, mpegversion=(int)4, parsed=(boolean)true, systemstream=(boolean)false'.

Additional debug info:

/opt/gstreamer/external/gstreamer_aggregate/gst-plugins-base/gst/playback/gsturidecodebin.c(867): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0

 

 

Thank you.

Bill

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer

lrn-2
In reply to this post by xiaowen
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 16.04.2012 13:27, xiaowen wrote:

> Hi: I am compliting the gstremer,when i run "gst-launch -v playbin2
> uri=file:///sdcard/b.mp4",there are some errors.Could you help me
> ?
>
>
>
>
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0:
> connection-speed = 0
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: source =
> (GstFileSrc) source
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstTypeFindElement:typefind.GstPad:src:
> caps = video/quicktime, variant=(string)iso Pipeline is PREROLLING
> ...
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstQTDemux:qtdemux0.GstPad:sink:
> caps = video/quicktime, variant=(string)iso Missing element: MPEG-4
> Video decoder WARNING: from element
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder
> available for type 'video/mpeg, mpegversion=(int)4,
> parsed=(boolean)true, systemstream=(boolean)false'. Additional
> debug info:
> /opt/gstreamer/external/gstreamer_aggregate/gst-plugins-base/gst/playback/gsturidecodebin.c(867):
> unknown_type_cb ():
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0
>
No decoder available

Try installing gst-ffmpeg.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPjNBLAAoJEOs4Jb6SI2Cw+1oH/AxL8OY79AoWslQSdJp+r8Fr
6pDVXVMCJ956wHTyD/jHsC1G7mZSbOnvU1IrcmkkrGIvEJNG+hFIv9REvSK8qwiX
qQrhkFEwDmxBSXOCUadtzF9E6VUYDnCEAuun5JD/xTb0VEX07F7VCX5uUUfIqqPc
GkZYANYSyLF9YUvhLFgkkJyUra75NnTxKRUQuG1UUCZfnQat7ar4cD+pOYqMhtj7
NgKtoSPY4RLaUUwlMcDwUPvgQMkG4HjTBb34SaEsvBphgEHa8EvmgeCJeF1p23Kp
7xbqCAozpAtKNVbn/CX6JMzLGOpvtqucf/t1ITvtO/fTVYNukAGdvzkCxSh14SI=
=zt5W
-----END PGP SIGNATURE-----
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

回复:RE: gstreamer

xiaowen
In reply to this post by Zhang, Zheng
Hi Zheng :

i have installed the gst-plugin-bad and gst-ffmpeg.

$ ls gstreamer-0.10/libgstffmpeg.so
gstreamer-0.10/libgstffmpeg.so

Regards,
Bill

在 2012-04-17 09:31:07,"Zhang, Zheng" <[hidden email]> 写道:

Missing element: MPEG-4 Video decoder

U don’t have mpeg4 decoder, need install gst-plugin-bad or gst-ffmpeg

 

-Zheng

 

From: gstreamer-devel-bounces+zheng.zhang=[hidden email] [mailto:gstreamer-devel-bounces+zheng.zhang=[hidden email]] On Behalf Of xiaowen
Sent: Monday, April 16, 2012 5:27 PM
To: [hidden email]; [hidden email]
Subject: gstreamer

 

Hi:

    I am compliting the gstremer,when i run "gst-launch -v playbin2 uri=file:///sdcard/b.mp4",there are some errors.Could you help me ?

 

 

/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: connection-speed = 0

/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: source = (GstFileSrc) source

/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstTypeFindElement:typefind.GstPad:src: caps = video/quicktime, variant=(string)iso

Pipeline is PREROLLING ...

/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstQTDemux:qtdemux0.GstPad:sink: caps = video/quicktime, variant=(string)iso

Missing element: MPEG-4 Video decoder

WARNING: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder available for type 'video/ mpeg, mpegversion=(int)4, parsed=(boolean)true, systemstream=(boolean)false'.

Additional debug info:

/opt/gstreamer/external/gstreamer_aggregate/gst-plugins-base/gst/playback/gsturidecodebin.c(867): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0

 

 

Thank you.

Bill

 




_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

回复:Re: gstreamer

xiaowen
In reply to this post by Sudarshan Bisht
Hi,
I made libgstffmpeg.so,but i cann't play video.

thank you!
Bill

At 2012-04-17 01:55:30,"Sudarshan Bisht" <[hidden email]> wrote:
Its obvious from the log that you are missing mpeg4 video decoder plugin,  install that :)  Most probably you would find that in gst-ffmpeg package. 


2012/4/16 xiaowen <[hidden email]>
Hi:
    I am compliting the gstremer,when i run "gst-launch -v playbin2 uri=file:///sdcard/b.mp4",there are some errors.Could you help me ?


/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: connection-speed = 0
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: source = (GstFileSrc) source
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstTypeFindElement:typefind.GstPad:src: caps = video/quicktime, variant=(string)iso
Pipeline is PREROLLING ...
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstQTDemux:qtdemux0.GstPad:sink: caps = video/quicktime, variant=(string)iso
Missing element: MPEG-4 Video decoder
WARNING: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder available for type 'video/ mpeg, mpegversion=(int)4, parsed=(boolean)true, systemstream=(boolean)false'.
Additional debug info:
/opt/gstreamer/external/gstreamer_aggregate/gst-plugins-base/gst/playback/gsturidecodebin.c(867): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0


Thank you.
Bill



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel