H.264 decoder sink problem

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

H.264 decoder sink problem

ananthula.madhu
Hi ,
        I am developing H264 decoder plugin. In my current pipeline i took filesrc, myplugin and autovideosink elements.
i was able to decode the .H264 input file but i am not able to view the video on sink side. The decoded data by writing into a file and able to run with yuv tool. but through sink i am not able to. Could anyone suggest what output buffer should i create and which capabilities need i to set?
 
    Please its urgent...
 
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: H.264 decoder sink problem

Sudarshan Bisht
Hi ,
       Once you get decoded data from h264 decode function call , u have to use GstBuffer to carry this data . GstBuffer should have correct timestamp and proper caps of the data. 
 
      Caps can be generated using gst_caps_new_simple API and attached to the buffer .  
 
     

On Wed, Dec 30, 2009 at 8:15 PM, <[hidden email]> wrote:
Hi ,
        I am developing H264 decoder plugin. In my current pipeline i took filesrc, myplugin and autovideosink elements.
i was able to decode the .H264 input file but i am not able to view the video on sink side. The decoded data by writing into a file and able to run with yuv tool. but through sink i am not able to. Could anyone suggest what output buffer should i create and which capabilities need i to set?
 
    Please its urgent...
 
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