[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - avmedia/source

Tor Lillqvist tml at collabora.com
Mon Feb 22 22:03:35 UTC 2016


 avmedia/source/gstreamer/gstplayer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f5c516e51433a6fdd0b4c889b836a983ecfb7ea
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Dec 20 13:00:38 2015 +0200

    Fix mis-edit in d0652bfd2b87fad10c141e3bf3f5d0c0a8683cb5
    
    Change-Id: I637544c19c407389041343c951e7cbb7129bc1a2
    (cherry picked from commit 86adc4fb85e2f392f74909eb921a4637148530bc)
    Signed-off-by: Michael Stahl <mstahl at redhat.com>

diff --git a/avmedia/source/gstreamer/gstplayer.cxx b/avmedia/source/gstreamer/gstplayer.cxx
index 2215479..a5a6c2f 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 ) {
 


More information about the Libreoffice-commits mailing list