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 150589 - dirac plugin does not compile with dirac-0.4.0
dirac plugin does not compile with dirac-0.4.0
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-19 21:27 UTC by gnome
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gnome 2004-08-19 21:27:00 UTC
compiling the dirac plugin from gst-plugins cvs with dirack-0.4.0
[ http://prdownloads.sourceforge.net/dirac/dirac-0.4.0.tar.gz?download ]
fails

gstdiracdec.cc: In function `void gst_diracdec_init(GstDiracDec*)':
gstdiracdec.cc:184: error: no matching function for call to `
   SequenceDecompressor::SequenceDecompressor()'
/usr/local/include/dirac/seq_decompress.h:132: error: candidates are:
   SequenceDecompressor::SequenceDecompressor(const SequenceDecompressor&)
/usr/local/include/dirac/seq_decompress.h:89: error:
   SequenceDecompressor::SequenceDecompressor(std::ifstream*, bool)
gstdiracdec.cc:185: error: no matching function for call to `PicOutput::
   PicOutput()'
/usr/local/include/dirac/pic_io.h:99: error: candidates are:
   PicOutput::PicOutput(const PicOutput&)
/usr/local/include/dirac/pic_io.h:109: error:
   PicOutput::PicOutput(const char*, const SeqParams&, bool)
Comment 1 Ronald Bultje 2004-10-01 11:32:50 UTC
Fixed.