I've been experimenting with GStreamer to implement Compiz video
plugin support. Got tired of that intel915/945 video overlay. This is kinda alpha code. There is a issue with XOverlay that might be related to Compiz video plugin itself: the xoverlay stays black. Basicly it is a ximagesink copy/paste and because of that it's diff for gst-plugins-base, less messing with automake scripts etc. Currently i've done only rgb support. -- Suck my KOdE! ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel xcompizsink.diff.tar.bz2 (35K) Download Attachment |
On Wed, 2008-02-27 at 14:32 +0200, Munky wrote: > I've been experimenting with GStreamer to implement Compiz video > plugin support. Got tired of that intel915/945 video overlay. > This is kinda alpha code. There is a issue with XOverlay that might be > related to Compiz video plugin itself: the xoverlay stays black. > Basicly it is a ximagesink copy/paste and because of that it's diff > for gst-plugins-base, > less messing with automake scripts etc. > Currently i've done only rgb support. Seems interesting. Can you please make a bug in bugzilla and attach a patch so that it does not get lost? Regards, Wim > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
<quote who="Wim Taymans">
> > On Wed, 2008-02-27 at 14:32 +0200, Munky wrote: > > I've been experimenting with GStreamer to implement Compiz video > > plugin support. Got tired of that intel915/945 video overlay. > > This is kinda alpha code. There is a issue with XOverlay that might be > > related to Compiz video plugin itself: the xoverlay stays black. > > Basicly it is a ximagesink copy/paste and because of that it's diff > > for gst-plugins-base, > > less messing with automake scripts etc. > > Currently i've done only rgb support. > > Seems interesting. Can you please make a bug in bugzilla and attach a > patch so that it does not get lost? > Just a note - this doesn't seem to me a very good candidate for inclusion in -base. -good maybe, once it's been through the quality checks. Especially since I don't consider the 'compiz video' standard to be anything other than a nasty nasty hack. J. -- Jan Schmidt [hidden email] <stibbons> Yeah. The whole climax thing would make much more sense if I'd paid attention. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by munky-2
It probably isn't even -good , -ugly at best :P Anyway just wanted to
get the blob out there so someone who actually knows anything about gstreamer/X11 dev could hack something usable out of it. Seen people graving for gstreamer patch for it so though would make something atleast. Ok, learning as i go, i'll separate it from base to independent/ugly ( if i finally get the automake ). There's that annoying Xlib getting async events it is not expecting and segfaults. I'll better get the mutexes corrected. Something until David at Novell gets the new plugin out of the door. -- Suck my KOdE! ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Munky wrote:
> It probably isn't even -good , -ugly at best :P Anyway just wanted to > get the blob out there so someone > who actually knows anything about gstreamer/X11 dev could hack > something usable out of it. > Seen people graving for gstreamer patch for it so though would make > something atleast. > Ok, learning as i go, i'll separate it from base to independent/ugly ( > if i finally get the automake ). > There's that annoying Xlib getting async events it is not expecting > and segfaults. > I'll better get the mutexes corrected. > > Something until David at Novell gets the new plugin out of the door. > patent problems, or other reasons that might restrict distribution. -good seems like the right repo for this. module descriptions: http://gstreamer.freedesktop.org/modules/gst-plugins-good.html http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html J. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |