Issue on playing video file

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

Issue on playing video file

V.Murugadoss
Hi,
I am working first time on Gstreamer. when i try to run a video file, using the command
gst-launch filesrc location=matrixbench_highdivx_ac3.avi ! decodebin ! autovideosink
 i get an error message as,

Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /pipeline0/autovideosink0: Could not initialize supporting library.
Additional debug info:
gstautovideosink.c(234): gst_auto_video_sink_detect (): /pipeline0/autovideosink0:
Failed to find a supported video sink
Setting pipeline to NULL ...
FREEING pipeline ...

can anyone say me, what the error is ?  and how to resolve this error?

Thanks for the support

--
Regards
V.Murugadoss


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Issue on playing video file

Irfan Shaikh-2

try this

Chck through mplayer respective decoder for the video......
gst-launch filesrc location=matrixbench_highdivx_ac3.avi ! avidemux ! ffmpegcolorspace ! decoder ! ximagesink



gst-launch filesrc location=matrixbench_highdivx_ac3.avi ! decodebin ! ffmpegcolorspace ! autovideosink
Try using ximagesink also....




-----Original Message-----
From: murugadoss [mailto:[hidden email]]
Sent: Thu 10/16/2008 2:34 PM
To: [hidden email]
Subject: [gst-devel] Issue on playing video file

Hi,
I am working first time on Gstreamer. when i try to run a video file,
using the command

*gst-launch filesrc location=matrixbench_highdivx_ac3.avi ! decodebin ! autovideosink*

 i get an error message as,

*Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /pipeline0/autovideosink0: Could not initialize
supporting library.
Additional debug info:
gstautovideosink.c(234): gst_auto_video_sink_detect ():
/pipeline0/autovideosink0:
Failed to find a supported video sink
Setting pipeline to NULL ...
FREEING pipeline ...

*can anyone say me, what the error is ?  and how to resolve this error?

Thanks for the support

--
Regards
V.Murugadoss


This message (including any attachment) is confidential and may be legally privileged.  Access to this message by anyone other than the intended recipient(s) listed above is unauthorized.  If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful.  Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

winmail.dat (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Issue on playing video file

Stefan Sauer
In reply to this post by V.Murugadoss
hi,

murugadoss schrieb:

> Hi,
> I am working first time on Gstreamer. when i try to run a video file,
> using the command
>
> *gst-launch filesrc location=matrixbench_highdivx_ac3.avi ! decodebin ! autovideosink*
>
>  i get an error message as,
>
> *Setting pipeline to PAUSED ...
> ERROR: Pipeline doesn't want to pause.
> ERROR: from element /pipeline0/autovideosink0: Could not initialize
> supporting library.
> Additional debug info:
> gstautovideosink.c(234): gst_auto_video_sink_detect ():
> /pipeline0/autovideosink0:
> Failed to find a supported video sink
> Setting pipeline to NULL ...
> FREEING pipeline ...
>
> *can anyone say me, what the error is ?  and how to resolve this error?

It can't find a suitable videosink. What platform are you on?

Stefan

>
> Thanks for the support
>
> --
> Regards
> V.Murugadoss
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Issue on playing video file

V.Murugadoss
Hi stefan,
Thanks for the reply. I am working on i.mx27 with linux.

Regards
V.Murugadoss



Stefan Kost wrote:
hi,

murugadoss schrieb:
  
Hi,
I am working first time on Gstreamer. when i try to run a video file,
using the command

*gst-launch filesrc location=matrixbench_highdivx_ac3.avi ! decodebin ! autovideosink*

 i get an error message as,

*Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /pipeline0/autovideosink0: Could not initialize
supporting library.
Additional debug info:
gstautovideosink.c(234): gst_auto_video_sink_detect ():
/pipeline0/autovideosink0:
Failed to find a supported video sink
Setting pipeline to NULL ...
FREEING pipeline ...

*can anyone say me, what the error is ?  and how to resolve this error?
    

It can't find a suitable videosink. What platform are you on?

Stefan

  
Thanks for the support

-- 
Regards
V.Murugadoss


------------------------------------------------------------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/


------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
    


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


  

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Issue on playing video file

Stefan Sauer
hi,
murugadoss schrieb:
> Hi stefan,
> Thanks for the reply. I am working on i.mx27 with linux.
>
Then you now need to figure what video output apis you have available.
E.g. directfb, x/xvideo, sdl, ...
Once you got that, make sure you can build and install the respective
videosink.

Stefan

> Regards
> V.Murugadoss
>
>
> Stefan Kost wrote:
>> hi,
>>
>> murugadoss schrieb:
>>  
>>> Hi,
>>> I am working first time on Gstreamer. when i try to run a video file,
>>> using the command
>>>
>>> *gst-launch filesrc location=matrixbench_highdivx_ac3.avi ! decodebin ! autovideosink*
>>>
>>>  i get an error message as,
>>>
>>> *Setting pipeline to PAUSED ...
>>> ERROR: Pipeline doesn't want to pause.
>>> ERROR: from element /pipeline0/autovideosink0: Could not initialize
>>> supporting library.
>>> Additional debug info:
>>> gstautovideosink.c(234): gst_auto_video_sink_detect ():
>>> /pipeline0/autovideosink0:
>>> Failed to find a supported video sink
>>> Setting pipeline to NULL ...
>>> FREEING pipeline ...
>>>
>>> *can anyone say me, what the error is ?  and how to resolve this error?
>>>    
>>
>> It can't find a suitable videosink. What platform are you on?
>>
>> Stefan
>>
>>  
>>> Thanks for the support
>>>
>>> --
>>> Regards
>>> V.Murugadoss
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> -------------------------------------------------------------------------
>>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>>> Grand prize is a trip for two to an Open Source event anywhere in the world
>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> gstreamer-devel mailing list
>>> [hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>>    
>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> gstreamer-devel mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>
>>
>>  
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>  


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Issue on playing video file

fabioestevam
In reply to this post by V.Murugadoss

--- On Mon, 10/20/08, murugadoss <[hidden email]> wrote:

> From: murugadoss <[hidden email]>
> Subject: Re: [gst-devel] Issue on playing video file
> To: "Discussion of the development of GStreamer" <[hidden email]>
> Date: Monday, October 20, 2008, 1:13 AM
> Hi stefan,
> Thanks for the reply. I am working on i.mx27 with linux.
>

There are MX27 optimized plugins available at Freescale website:
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX27_CODECS&fpsp=1&tab=Design_Tools_Tab

(Click on MX27_FULL_VPU_SW_LINUX )

Please read the Release Notes and you will find Gstreamer pipeline examples for decoding H264 and MPEG using MX27 hardware accelerator.

Regards,

Fabio Estevam


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel