Source: gstreamermm-1.0
Version: 1.8.0+dfsg-1
Severity: serious
Tags: buster sid

Some recent change in unstable makes gstreamermm-1.0 FTBFS:

https://tests.reproducible-builds.org/debian/history/gstreamermm-1.0.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gstreamermm-1.0.html

...
audioclock.cc: In member function 'Gst::ClockTime 
Gst::AudioClock::adjust(Gst::ClockTime)':
audioclock.cc:79:116: error: cannot convert 'GstClock* {aka _GstClock*}' to 
'GstAudioClock* {aka _GstAudioClock*}' for argument '1' to 'GstClockTime 
gst_audio_clock_adjust(GstAudioClock*, GstClockTime)'
   return 
static_cast<Gst::ClockTime>(gst_audio_clock_adjust(GST_CLOCK_CAST(gobj()), 
static_cast<GstClockTime>(time)));
                                                                                
                                    ^
audioclock.cc: In member function 'Gst::ClockTime Gst::AudioClock::get_time() 
const':
audioclock.cc:84:85: error: cannot convert 'GstClock* {aka _GstClock*}' to 
'GstAudioClock* {aka _GstAudioClock*}' for argument '1' to 'GstClockTime 
gst_audio_clock_get_time(GstAudioClock*)'
   return 
static_cast<Gst::ClockTime>(gst_audio_clock_get_time(GST_CLOCK_CAST(gobj())));
                                                                                
     ^
audioclock.cc: In member function 'void Gst::AudioClock::invalidate()':
audioclock.cc:89:52: error: cannot convert 'GstClock* {aka _GstClock*}' to 
'GstAudioClock* {aka _GstAudioClock*}' for argument '1' to 'void 
gst_audio_clock_invalidate(GstAudioClock*)'
   gst_audio_clock_invalidate(GST_CLOCK_CAST(gobj()));
                                                    ^
Makefile:845: recipe for target 'audioclock.lo' failed
make[3]: *** [audioclock.lo] Error 1

Reply via email to