Is VDPAU support for gstreamer planned?
- Grant ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Grant,
There is already a gstreamer plugin , basic one, in gst-plugins-bad. Please check https://bugzilla.gnome.org/show_bug.cgi?id=561225 to get more details. If not what are you looking at ? best kapil On Sat, May 1, 2010 at 1:37 AM, Grant <[hidden email]> wrote: Is VDPAU support for gstreamer planned? -- http://www.linkedin.com/in/kapilagrawal ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
> There is already a gstreamer plugin , basic one, in gst-plugins-bad.
> Please check https://bugzilla.gnome.org/show_bug.cgi?id=561225 to get more > details. > > If not what are you looking at ? > > best > kapil Thank you Kapil. When I compile gst-plugins-bad in Gentoo, in the ouput I see: --disable-vdpau and: configure: *** These plugins will not be built: vdpau How can I enable vdpau? - Grant >> Is VDPAU support for gstreamer planned? >> >> - Grant ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
hi,
Grant wrote: >> There is already a gstreamer plugin , basic one, in gst-plugins-bad. >> Please check https://bugzilla.gnome.org/show_bug.cgi?id=561225 to get more >> details. >> >> If not what are you looking at ? >> >> best >> kapil >> > > Thank you Kapil. When I compile gst-plugins-bad in Gentoo, in the ouput I see: > > --disable-vdpau > > and: > > configure: *** These plugins will not be built: vdpau > > How can I enable vdpau? > (search for vdpau in there). Stefan > - Grant > > > >>> Is VDPAU support for gstreamer planned? >>> >>> - Grant >>> > > ------------------------------------------------------------------------------ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
You might need libvdpau
Florent
------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Stefan Sauer
>>> There is already a gstreamer plugin , basic one, in gst-plugins-bad.
>>> Please check https://bugzilla.gnome.org/show_bug.cgi?id=561225 to get more >>> details. >>> >>> If not what are you looking at ? >>> >>> best >>> kapil >>> >> >> Thank you Kapil. When I compile gst-plugins-bad in Gentoo, in the ouput I see: >> >> --disable-vdpau >> >> and: >> >> configure: *** These plugins will not be built: vdpau >> >> How can I enable vdpau? >> > you miss some dependecies. If in doubt, check the generated config.log > (search for vdpau in there). Where can I find the config.log? I use Gentoo so portage usually handles the details of compiling and installing. I have libvdpau-0.3 installed. - Grant ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi.
2010/5/5 Grant <[hidden email]>: >>>> There is already a gstreamer plugin , basic one, in gst-plugins-bad. >>>> Please check https://bugzilla.gnome.org/show_bug.cgi?id=561225 to get more >>>> details. >>>> >>>> If not what are you looking at ? >>>> >>>> best >>>> kapil >>>> >>> >>> Thank you Kapil. When I compile gst-plugins-bad in Gentoo, in the ouput I see: >>> >>> --disable-vdpau >>> >>> and: >>> >>> configure: *** These plugins will not be built: vdpau >>> >>> How can I enable vdpau? >>> >> you miss some dependecies. If in doubt, check the generated config.log >> (search for vdpau in there). > > Where can I find the config.log? I use Gentoo so portage usually > handles the details of compiling and installing. > > I have libvdpau-0.3 installed. > > - Grant > > ------------------------------------------------------------------------------ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > I know very little about GStreamer itself, but Gentoo is something that I've been using long enough to know my way around. Basically, most of the plugins from -base, -good, -bad and -ugly in Gentoo have their own separate package. When you emerge gst-plugins-base for example, only couple of most used plugins is built, other plugins are available as separate packages (gst-plugins-alsa for example is part of -base and is available as separate package on Gentoo) in order to keep system as fit as possible. There is no ebuild for VDPAU plugin in portage tree at the moment, but creating one should be a breeze. All you need to do is copy an ebuild for some package in -bad to your local overlay, rename it and do some small edits (modifying DESCRIPTION and RDEPEND variables should be all that is needed). Then you can maybe fill a bug with your ebuild attached to share fruits of your work with others. For exact steps on how to create an ebuild and process it in local overlay consult Gentoo's official guides. Tadej -- Tadej Borovšak tadeboro.blogspot.com [hidden email] [hidden email] ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |