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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1812-g77966b2
Date: Sun, 03 Nov 2013 13:57:12 +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  77966b2317f6f4914b5f10c49852ffe6c7881cab (commit)
      from  5b4083d85c57afb4728d66315071f6ed326a0a2f (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=77966b2317f6f4914b5f10c49852ffe6c7881cab


commit 77966b2317f6f4914b5f10c49852ffe6c7881cab
Author: Sandro Santilli <address@hidden>
Date:   Sun Nov 3 14:44:22 2013 +0100

    Tab to spaces

diff --git a/libmedia/gst/MediaHandlerGst.cpp b/libmedia/gst/MediaHandlerGst.cpp
index 00b225d..3c888bb 100644
--- a/libmedia/gst/MediaHandlerGst.cpp
+++ b/libmedia/gst/MediaHandlerGst.cpp
@@ -86,12 +86,12 @@ MediaHandlerGst::createVideoDecoder(const VideoInfo& info)
 
         ExtraInfoGst* extrainfo = 
dynamic_cast<ExtraInfoGst*>(info.extra.get());
 
-       if (!extrainfo) {
+        if (!extrainfo) {
             log_error(_("Wrong arguments given to GST VideoDecoder"));
             return std::auto_ptr<VideoDecoder>();
         }
         return std::auto_ptr<VideoDecoder>(
-                       new VideoDecoderGst(extrainfo->caps));
+            new VideoDecoderGst(extrainfo->caps));
     }
     videoCodecType format = static_cast<videoCodecType>(info.codec);
     int width = info.width;
@@ -103,7 +103,7 @@ MediaHandlerGst::createVideoDecoder(const VideoInfo& info)
     ExtraVideoInfoFlv* extrainfo = 
dynamic_cast<ExtraVideoInfoFlv*>(info.extra.get());
     if (extrainfo) {
         extradata = extrainfo->data.get();
-                datasize = extrainfo->size;
+        datasize = extrainfo->size;
     }
 
     std::auto_ptr<VideoDecoder> ret( new VideoDecoderGst(format, width, 
height, extradata, datasize) );

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

Summary of changes:
 libmedia/gst/MediaHandlerGst.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]