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 133562 - Build breaks on dvdec
Build breaks on dvdec
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-05 20:48 UTC by Christian Fredrik Kalager Schaller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Christian Fredrik Kalager Schaller 2004-02-05 20:48:52 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.7
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
-DGST_DISABLE_DEPRECATED -Wall -Werror -DG_DISABLE_DEPRECATED -O2 -g -pipe
-march=i386 -mcpu=i686 -c gstdvdec.c -MT libgstdvdec_la-gstdvdec.lo -MD -MP
-MF .deps/libgstdvdec_la-gstdvdec.TPlo  -fPIC -DPIC -o
.libs/libgstdvdec_la-gstdvdec.o
gstdvdec.c: In function `gst_dvdec_video_getcaps':
gstdvdec.c:692: error: syntax error before ',' token
gstdvdec.c: In function `gst_dvdec_video_link':
gstdvdec.c:704: error: `dvdec' undeclared (first use in this function)
gstdvdec.c:704: error: (Each undeclared identifier is reported only once
gstdvdec.c:704: error: for each function it appears in.)
gstdvdec.c:709: error: `i' undeclared (first use in this function)
gstdvdec.c:716: error: `negotiated_caps' undeclared (first use in this
function)gstdvdec.c:723: warning: passing arg 1 of `gst_caps_free' discards
qualifiers from pointer target type
gstdvdec.c:751: error: `element' undeclared (first use in this function)
gstdvdec.c:752: warning: `return' with no value, in function returning non-void
gstdvdec.c: At top level:
gstdvdec.c:755: error: syntax error before '}' token
gstdvdec.c: In function `gst_dvdec_loop':
gstdvdec.c:791: warning: unused variable `cur_caps'
make[2]: *** [libgstdvdec_la-gstdvdec.lo] Error 1
make[2]: Leaving directory
`/home/cschalle/rpms/BUILD/gst-plugins-0.7.3.2/ext/dv'
make[1]: *** [install-recursive] Error 1
Comment 1 David Schleef 2004-02-05 23:51:27 UTC
Relevant code reverted.