summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-05-02 17:28:55 +0200
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-05-03 22:31:57 +0300
commit93f5b79e50e8aaccca236431d9dde1349f7aa05d (patch)
treefa08c8f13625f2ccca6f8d430227cb5178e38f47
parent8a4b30d7d6a755151856b176b402d4d19fe301d6 (diff)
examples/qmlplayer2: rename playbin2 to playbin
-rw-r--r--examples/qmlplayer2/player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmlplayer2/player.cpp b/examples/qmlplayer2/player.cpp
index 58863b4..9baf3b3 100644
--- a/examples/qmlplayer2/player.cpp
+++ b/examples/qmlplayer2/player.cpp
@@ -58,7 +58,7 @@ void Player::stop()
void Player::setUri(const QString & uri)
{
if (!m_pipeline) {
- m_pipeline = QGst::ElementFactory::make("playbin2").dynamicCast<QGst::Pipeline>();
+ m_pipeline = QGst::ElementFactory::make("playbin").dynamicCast<QGst::Pipeline>();
if (m_pipeline) {
m_pipeline->setProperty("video-sink", m_videoSink);