Hi,
I'm trying to use a hardware video decoder on my embedded linux board. The vendor has provided me the gstreamer plugin files which I have tested ok with command like
"gst-launch filesrc location="my_file.avi" ! avidemux ! my_codec output=RGB16 ! ximagesink".
Now I need to write a movie player with Qt but I don't know how to do it. How could I tell phonon I want to use a specific custom video decoder?
Your help is much appreciated.:-)
Regards
Dan
------------------------------------------------------------------------------ The modern datacenter depends on network connectivity to access resources and provide services. The best practices for maximizing a physical server's connectivity to a physical network are well understood - see how these rules translate into the virtual world? http://p.sf.net/sfu/oracle-sfdevnlfb _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On 07.02.2011 16:46, dan liang wrote:
> Hi, > > I'm trying to use a hardware video decoder on my embedded linux board. > The vendor has provided me the gstreamer plugin files which I have > tested ok with command like > "gst-launch filesrc location="my_file.avi" ! avidemux ! my_codec > output=RGB16 ! ximagesink". > > Now I need to write a movie player with Qt but I don't know how to do > it. How could I tell phonon I want to use a specific custom video decoder? Ask this question to the phonon developers :) Or be brave and try the new qt-gstreamer bindings. There you would be using playbin2 and playbin2 is automatically using your decoder if it is the only one or highest ranked for that type of video on the platform. Stefan > > Your help is much appreciated.:-) > > > Regards > > Dan > > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ The modern datacenter depends on network connectivity to access resources and provide services. The best practices for maximizing a physical server's connectivity to a physical network are well understood - see how these rules translate into the virtual world? http://p.sf.net/sfu/oracle-sfdevnlfb _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |