mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
Fix a compilation error on an old GCC
This commit is contained in:
parent
619261f5e1
commit
1a4e4ba86f
@ -197,7 +197,7 @@ const Engine::Scope& GstEngine::scope() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void GstEngine::UpdateScope() {
|
void GstEngine::UpdateScope() {
|
||||||
typedef typename Engine::Scope::value_type sample_type;
|
typedef Engine::Scope::value_type sample_type;
|
||||||
|
|
||||||
// determine the number of channels
|
// determine the number of channels
|
||||||
GstStructure* structure = gst_caps_get_structure(
|
GstStructure* structure = gst_caps_get_structure(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user