summaryrefslogtreecommitdiff
path: root/avmedia/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-12-20 13:00:38 +0200
committerTor Lillqvist <tml@collabora.com>2015-12-20 13:04:08 +0200
commit86adc4fb85e2f392f74909eb921a4637148530bc (patch)
treeb05a86f2dc0a6f1c82feb98b47efb5e19db69305 /avmedia/source
parent0c2bd5d42fec17767f3e1ab6fb485e6e64aeea98 (diff)
Change-Id: I637544c19c407389041343c951e7cbb7129bc1a2
Diffstat (limited to 'avmedia/source')
-rw-r--r--avmedia/source/gstreamer/gstplayer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/gstreamer/gstplayer.cxx b/avmedia/source/gstreamer/gstplayer.cxx
index 158767c4c795..401331ee89af 100644
--- a/avmedia/source/gstreamer/gstplayer.cxx
+++ b/avmedia/source/gstreamer/gstplayer.cxx
@@ -464,7 +464,7 @@ GstBusSyncReply Player::processSyncMessage( GstMessage *message )
gst_message_parse_state_changed (message, nullptr, &newstate, &pendingstate);
- SAL_INFO( "avmedia.gstreamer", AVVERSION << this << " state change received, new state " << (int)newState << " pending " << (int)pendingstate );
+ SAL_INFO( "avmedia.gstreamer", AVVERSION << this << " state change received, new state " << (int)newstate << " pending " << (int)pendingstate );
if( newstate == GST_STATE_PAUSED &&
pendingstate == GST_STATE_VOID_PENDING ) {