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 340946 - raw1394 plugin uses deprecated functions
raw1394 plugin uses deprecated functions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal major
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-07 19:54 UTC by Olav Vitters
Modified: 2006-06-09 17:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Olav Vitters 2006-05-07 19:54:42 UTC
Just tried compiling raw1394 (I guess that is the plugin name) from gst-plugins-good with jhbuild (gnome-2.16 moduleset). Received the following compilation error:

Making all in raw1394
mkdir .libs
[..]
cc1: warnings being treated as errors
gstdv1394src.c: In function ‘gst_dv1394src_start’:
gstdv1394src.c:692: warning: ‘raw1394_set_iso_handler’ is deprecated (declared at /usr/include/libraw1394/raw1394.h:1216)
gstdv1394src.c:698: warning: ‘raw1394_start_iso_rcv’ is deprecated (declared at /usr/include/libraw1394/raw1394.h:1230)
gstdv1394src.c: In function ‘gst_dv1394src_stop’:
gstdv1394src.c:763: warning: ‘raw1394_stop_iso_rcv’ is deprecated (declared at /usr/include/libraw1394/raw1394.h:1242)
make[3]: *** [libgst1394_la-gstdv1394src.lo] Error 1

$ rpm -qf /usr/include/libraw1394/raw1394.h
libraw1394_8-devel-1.2.1-0.svn160.1mdk
Comment 1 Zaheer Abbas Merali 2006-06-09 17:16:10 UTC
This is fixed in CVS assuming you have libiec61883 installed.