Which sink will be suitable to run .yuv files ?

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

Which sink will be suitable to run .yuv files ?

ananthula.madhu
Hi,
        I am trying to decode .264 format file. for that the pipeline i created following pipeline
gst-launch filesrc location=aaa.264 ! myh264decoder ! autovideosink
 
i am able to decode and push the data into sink with caps "video/x -raw - rgb bpp 32, depth 24, red 65280, blue 16711680, green -16777216, width 176, height 144, frame rate 25/1, pixel aspect ratio 1/1"
 
But sink displaying 4 of same images for 3 secs. the video file is of 3 sec.
 
I checked caps of autovideosink which is compatable for  video/x -raw - rgb and video/x -raw - yuv. but if i set with  video/x -raw - yuv caps
 
but caps setting with YUV format giving internal data flow error . i tried with all the combinations.
 
but where i gone wrong iam not able to find?
 
so is there problem in sink?
 
otherwise any other sinks able to run this application?
 
Thanks & Regards
Mohan Reddy
 

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Which sink will be suitable to run .yuv files ?

Sudarshan Bisht
Hi ,
 What your h264 decoder gives output ? yuv or rgb ? 

On Tue, Jan 5, 2010 at 8:47 PM, <[hidden email]> wrote:
Hi,
        I am trying to decode .264 format file. for that the pipeline i created following pipeline
gst-launch filesrc location=aaa.264 ! myh264decoder ! autovideosink
 
i am able to decode and push the data into sink with caps "video/x -raw - rgb bpp 32, depth 24, red 65280, blue 16711680, green -16777216, width 176, height 144, frame rate 25/1, pixel aspect ratio 1/1"
 
But sink displaying 4 of same images for 3 secs. the video file is of 3 sec.
 
I checked caps of autovideosink which is compatable for  video/x -raw - rgb and video/x -raw - yuv. but if i set with  video/x -raw - yuv caps
 
but caps setting with YUV format giving internal data flow error . i tried with all the combinations.
 
but where i gone wrong iam not able to find?
 
so is there problem in sink?
 
otherwise any other sinks able to run this application?
 
Thanks & Regards
Mohan Reddy
 

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Which sink will be suitable to run .yuv files ?

ananthula.madhu
output YUV only but if i create caps with yuv its not taking giving internal data flow error


From: sudarshan bisht [mailto:[hidden email]]
Sent: Tuesday, January 05, 2010 9:25 PM
To: Discussion of the development of GStreamer
Subject: Re: [gst-devel] Which sink will be suitable to run .yuv files ?

Hi ,
 What your h264 decoder gives output ? yuv or rgb ? 

On Tue, Jan 5, 2010 at 8:47 PM, <[hidden email]> wrote:
Hi,
        I am trying to decode .264 format file. for that the pipeline i created following pipeline
gst-launch filesrc location=aaa.264 ! myh264decoder ! autovideosink
 
i am able to decode and push the data into sink with caps "video/x -raw - rgb bpp 32, depth 24, red 65280, blue 16711680, green -16777216, width 176, height 144, frame rate 25/1, pixel aspect ratio 1/1"
 
But sink displaying 4 of same images for 3 secs. the video file is of 3 sec.
 
I checked caps of autovideosink which is compatable for  video/x -raw - rgb and video/x -raw - yuv. but if i set with  video/x -raw - yuv caps
 
but caps setting with YUV format giving internal data flow error . i tried with all the combinations.
 
but where i gone wrong iam not able to find?
 
so is there problem in sink?
 
otherwise any other sinks able to run this application?
 
Thanks & Regards
Mohan Reddy
 

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel