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 742356 - declinkaudiosink: fix build error
declinkaudiosink: fix build error
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-05 08:32 UTC by Vineeth
Modified: 2015-01-05 10:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix build errors (1.38 KB, patch)
2015-01-05 08:33 UTC, Vineeth
rejected Details | Review

Description Vineeth 2015-01-05 08:32:33 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.
Comment 1 Vineeth 2015-01-05 08:33:28 UTC
Created attachment 293733 [details] [review]
fix build errors
Comment 2 Tim-Philipp Müller 2015-01-05 10:30:51 UTC
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