diff --git a/src/core/mainwindow.cpp b/src/core/mainwindow.cpp index 801df23c3..bd4a6e6b2 100644 --- a/src/core/mainwindow.cpp +++ b/src/core/mainwindow.cpp @@ -1,8 +1,8 @@ /* * Strawberry Music Player - * Copyright 2013, Jonas Kvinge * This file was part of Clementine. * Copyright 2010, David Sansome + * Copyright 2013, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/core/mainwindow.h b/src/core/mainwindow.h index 29170ac56..cf7d7d064 100644 --- a/src/core/mainwindow.h +++ b/src/core/mainwindow.h @@ -2,6 +2,7 @@ * Strawberry Music Player * This file was part of Clementine. * Copyright 2010, David Sansome + * Copyright 2013, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/core/urlhandler.cpp b/src/core/urlhandler.cpp index 110fd674a..0adf506ff 100644 --- a/src/core/urlhandler.cpp +++ b/src/core/urlhandler.cpp @@ -2,6 +2,7 @@ * Strawberry Music Player * This file was part of Clementine. * Copyright 2010, David Sansome + * Copyright 2018, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/core/urlhandler.h b/src/core/urlhandler.h index c5c245d0a..bcabab2ab 100644 --- a/src/core/urlhandler.h +++ b/src/core/urlhandler.h @@ -2,6 +2,7 @@ * Strawberry Music Player * This file was part of Clementine. * Copyright 2010, David Sansome + * Copyright 2018, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dialogs/about.cpp b/src/dialogs/about.cpp index 606a15ca6..02c8fd2cc 100644 --- a/src/dialogs/about.cpp +++ b/src/dialogs/about.cpp @@ -1,8 +1,8 @@ /* * Strawberry Music Player - * Copyright 2013, Jonas Kvinge * This file was part of Clementine. * Copyright 2010, David Sansome + * Copyright 2013, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dialogs/about.h b/src/dialogs/about.h index 45ba6ff3f..f6d98d36d 100644 --- a/src/dialogs/about.h +++ b/src/dialogs/about.h @@ -2,6 +2,7 @@ * Strawberry Music Player * This file was part of Clementine. * Copyright 2010, David Sansome + * Copyright 2013, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/gstenginepipeline.cpp b/src/engine/gstenginepipeline.cpp index d329a72d9..5f5ce2f34 100644 --- a/src/engine/gstenginepipeline.cpp +++ b/src/engine/gstenginepipeline.cpp @@ -2,6 +2,7 @@ * Strawberry Music Player * This file was part of Clementine. * Copyright 2010, David Sansome + * Copyright 2018, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -351,7 +352,6 @@ bool GstEnginePipeline::InitAudioBin() { // Let the audio output of the tee autonegotiate the bit depth and format. GstCaps *caps = gst_caps_new_empty_simple("audio/x-raw"); - gst_element_link_filtered(convert, audiosink_, caps); gst_caps_unref(caps); diff --git a/src/engine/gstenginepipeline.h b/src/engine/gstenginepipeline.h index 291832a14..a62cc304c 100644 --- a/src/engine/gstenginepipeline.h +++ b/src/engine/gstenginepipeline.h @@ -2,6 +2,7 @@ * Strawberry Music Player * This file was part of Clementine. * Copyright 2010, David Sansome + * Copyright 2018, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by