After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 134300 - libgstxwindowlistener is installed in the plugins dir
libgstxwindowlistener is installed in the plugins dir
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-13 08:38 UTC by Benjamin Otte (Company)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Otte (Company) 2004-02-13 08:38:17 UTC
This lib should either be integrated into libgstinterfaces, be installed in
libdir or be made a plugin. 

I don't even know what it is, so I'm not going to suggest anything, I only
know the current way of installing a lib in the plugins dir is wrong.
Comment 1 Ronald Bultje 2004-02-24 16:35:11 UTC
This is correct behaviour.

xwindowlistener is a plugin that is used by v4l/v4l2 (and in future by
dxr3) plugins to "listen" to the position/size/overlaying windows on a
specifix XWindow. This is useful for hardware overlay (which all of
those provide) through means of X windows. This can then be used to
make the element support th xoverlay interface.

It is not a lib, since only plugins use it, apps don't. But it is not
an element either. So it is a helper plugin, and the current behaviour
is correct.
Comment 2 Benjamin Otte (Company) 2004-02-25 13:21:06 UTC
Plugins in $LIBDIR/gstreamer-0.7 are not versioned.
This file is.

This is a bug.

If this is something like bytestream, gstaudio, gsttagediting or 
similar helper-plugins, it should not be versioned.
If it is a lib, it should move to $LIBDIR instead.
Comment 3 David Schleef 2004-03-10 06:25:54 UTC
This appears to have been fixed.