GNOME Bugzilla – Bug 330416
missing dep on gstreamer >= 0.8.11.2 (qtdemux.c: 'GST_TAG_IMAGE' undeclared)
Last modified: 2006-02-10 05:09:12 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,
Fixed before release.