gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1445-gf12f354
Date: Sun, 25 Mar 2012 18:55:25 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  f12f354a44a462dc870390921b0a16c0314072ec (commit)
      from  2f077c6bb2ecffd4061d432cc28dc2dbc9ff0aa5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=f12f354a44a462dc870390921b0a16c0314072ec


commit f12f354a44a462dc870390921b0a16c0314072ec
Author: Bastiaan Jacques <address@hidden>
Date:   Sun Mar 25 20:55:17 2012 +0200

    Tabs to spaces.

diff --git a/libmedia/gst/MediaParserGst.cpp b/libmedia/gst/MediaParserGst.cpp
index f6040f0..71f98c9 100644
--- a/libmedia/gst/MediaParserGst.cpp
+++ b/libmedia/gst/MediaParserGst.cpp
@@ -198,9 +198,9 @@ MediaParserGst::pushGstBuffer()
 
     GstFlowReturn rv = gst_pad_push (_srcpad, buffer);
     if (!GST_FLOW_IS_SUCCESS (rv)) {
-       // This is not (necessarily) an error situation, because some streams
-       // contain garbage. However, Gstreamer will continue accepting new
-       // frames.
+        // This is not (necessarily) an error situation, because some streams
+        // contain garbage. However, Gstreamer will continue accepting new
+        // frames.
         log_debug(_("MediaParserGst failed to push more data into the 
demuxer."));
         return true;
     }

-----------------------------------------------------------------------

Summary of changes:
 libmedia/gst/MediaParserGst.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]