From 5e577190a86eb481236377f916f6648211d16466 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 21 Sep 2018 01:12:21 +0200 Subject: [PATCH] Fix some copyrights --- src/core/mainwindow.cpp | 2 +- src/core/mainwindow.h | 1 + src/core/urlhandler.cpp | 1 + src/core/urlhandler.h | 1 + src/dialogs/about.cpp | 2 +- src/dialogs/about.h | 1 + src/engine/gstenginepipeline.cpp | 2 +- src/engine/gstenginepipeline.h | 1 + 8 files changed, 8 insertions(+), 3 deletions(-) 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