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 330416 - missing dep on gstreamer >= 0.8.11.2 (qtdemux.c: 'GST_TAG_IMAGE' undeclared)
missing dep on gstreamer >= 0.8.11.2 (qtdemux.c: 'GST_TAG_IMAGE' undeclared)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.11
Other Linux
: Normal normal
: 0.8.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-08 15:34 UTC by Loïc Minier
Modified: 2006-02-10 05:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Loïc Minier 2006-02-08 15:34:10 UTC
Hi,

Since the pre-release of gst-plugins 0.8.11.2, I can't build qtdemux:

 cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.8 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -Werror -g -Wall -O2 -MT libgstqtdemux_la-qtdemux.lo -MD -MP -MF .deps/libgstqtdemux_la-qtdemux.Tpo -c qtdemux.c  -fPIC -DPIC -o .libs/libgstqtdemux_la-qtdemux.o
qtdemux.c: In function 'qtdemux_parse_tree':
qtdemux.c:2079: error: 'GST_TAG_IMAGE' undeclared (first use in this function)
qtdemux.c:2079: error: (Each undeclared identifier is reported only once
qtdemux.c:2079: error: for each function it appears in.)
make[4]: *** [libgstqtdemux_la-qtdemux.lo] Erreur 1

This suggests the dependency check in gst-plugins is not strong enough to match gstreamer 0.8.11.2 which added GST_TAG_IMAGE.

Cc:ing BBB as release manager.

Cheers,
Comment 1 Ronald Bultje 2006-02-10 05:09:12 UTC
Fixed before release.