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 610832 - qtgv-xoverlay.h header file missing in the tarball
qtgv-xoverlay.h header file missing in the tarball
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.28
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 610834 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-02-23 15:45 UTC by Götz Waschk
Modified: 2010-03-08 19:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add missing header to dist (393 bytes, patch)
2010-02-23 15:45 UTC, Götz Waschk
committed Details | Review

Description Götz Waschk 2010-02-23 15:45:12 UTC
Created attachment 154507 [details] [review]
add missing header to dist

This is with gst-plugins-base 0.10.26.2:

  CC    gtk_xoverlay-gtk-xoverlay.o
qtgv-xoverlay.cpp:26:27: Fehler: qtgv-xoverlay.h: No such file or directory
Comment 1 Sebastian Dröge (slomo) 2010-02-23 15:55:19 UTC
*** Bug 610834 has been marked as a duplicate of this bug. ***
Comment 2 Sebastian Dröge (slomo) 2010-02-23 16:00:58 UTC
commit 6de021c56e67d0d6c59e178dcfd202b3158eff3e
Author: Götz Waschk <waschk@mandriva.org>
Date:   Tue Feb 23 16:57:53 2010 +0100

    examples: Dist header file for the Qt graphics view example
    
    Fixes bug #610832.
Comment 3 Götz Waschk 2010-03-07 20:39:23 UTC
It did not help, the release tarball of gst-plugins-base 0.10.27 is still missing qtgv-xoverlay.h.
Comment 4 Tim-Philipp Müller 2010-03-07 22:59:30 UTC
I guess that gives me another reason to roll a 0.10.28 tarball then..
Comment 5 Tim-Philipp Müller 2010-03-08 19:40:53 UTC
commit c43dec83af1fe1d43c16180a178f1f0caef5075c
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Mon Mar 8 14:46:17 2010 +0000

    examples: make sure to dist qtgv-xoverlay.h header file
    
    This time for real.
    
    Fixes #610832.