GNOME Bugzilla – Bug 742356
declinkaudiosink: fix build error
Last modified: 2015-01-05 10:42:14 UTC
While compiling gst-plugins-bad, getting build error because GST_AUDIO_BASE_SINK_CAST is not present. Hence changed the same to GST_AUDIO_BASE_SINK, to resolve the build error. Please verify.
Created attachment 293733 [details] [review] fix build errors
You need to update your gst-plugins-base: commit 0b7537f93baa3200c3d0435dd95c4383777aa1ba Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Dec 15 20:57:14 2014 +0100 audiobasesrc/sink: Add _CAST macros