[gstreamer-bugs] [Bug 610249] [xoverlay] add set_render_rectangle() methods

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 18 20:07:47 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=610249
  GStreamer | gst-plugins-base | unspecified

Damien Lespiau <damien.lespiau> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damien.lespiau at gmail.com

--- Comment #16 from Damien Lespiau <damien.lespiau at gmail.com> 2010-03-19 03:07:41 UTC ---
A small note to precise that there is no circular dependency between interfaces
and video, the patch introduces a interfaces -> video dep (interfaces depends
on video through GstVideoRectangle) but video -> interfaces is not true.

The last mail on the mailing list mentioned an issue when generating
introspection data for libgstaudio, that's because there's now the dep. chain
audio -> interfaces -> video, thus the need to add $(builddir)/../video to the
include path for g-ir-scanner/g-ir-compiler for libgstaudio.

I've attached the patch that makes it work here (MeeGo/OBS) with the 0.10.28
tarbal, that patch won't apply to master but is enough to make everything a bit
clearer.

I don't think it's a good idea to have that audio -> ... -> video dep chain for
the introspection data and I guess everyone will agree on that so I won't
bother providing an updated patch for master, it was just for the small
precision :p

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list