summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-12-20 13:00:38 +0200
committerMichael Stahl <mstahl@redhat.com>2016-02-22 23:01:11 +0100
commit4f5c516e51433a6fdd0b4c889b836a983ecfb7ea (patch)
tree136bf0b664d0e1531693e43ad169c34b3b86fac7 /avmedia
parent2227f4f54c9070f9efdbfbf24c510eb9e3fa1364 (diff)
Change-Id: I637544c19c407389041343c951e7cbb7129bc1a2 (cherry picked from commit 86adc4fb85e2f392f74909eb921a4637148530bc) Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'avmedia')
-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 22154790f2e7..a5a6c2fdd5d2 100644
--- a/avmedia/source/gstreamer/gstplayer.cxx
+++ b/avmedia/source/gstreamer/gstplayer.cxx
@@ -481,7 +481,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 ) {