[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [phonon-gstreamer/1.0-porting-for-merge] gstreamer: Fix AudioDataOutput caps argument
From:       Dan_Vrátil <dvratil () redhat ! com>
Date:       2013-10-24 12:05:59
Message-ID: E1VZJfr-0005TS-3E () scm ! kde ! org
[Download RAW message or body]

Git commit 61a1fd8babb913be638fdf9a4f9fcb7b9454e61e by Dan Vrátil.
Committed on 24/10/2013 at 12:02.
Pushed by dvratil into branch '1.0-porting-for-merge'.

Fix AudioDataOutput caps argument

Fixes Amarok refusing to play anything (at least for me)

M  +1    -1    gstreamer/audiodataoutput.cpp

http://commits.kde.org/phonon-gstreamer/61a1fd8babb913be638fdf9a4f9fcb7b9454e61e

diff --git a/gstreamer/audiodataoutput.cpp b/gstreamer/audiodataoutput.cpp
index 5f6fa29..19b6742 100644
--- a/gstreamer/audiodataoutput.cpp
+++ b/gstreamer/audiodataoutput.cpp
@@ -74,7 +74,7 @@ AudioDataOutput::AudioDataOutput(Backend *backend, QObject *parent)
                                         NULL);
                 #else
                     gst_caps_new_simple("audio/x-raw",
-                                        "format = (string)", G_TYPE_STRING, GST_AUDIO_NE (S16),
+                                        "format", G_TYPE_STRING, GST_AUDIO_NE (S16),
                                         NULL);
                 #endif
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic