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_start-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-153-g7a8b066
Date: Tue, 01 Mar 2011 02:21:44 +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  7a8b0660f9e60942097001ee7a19b576b8a0f7ce (commit)
      from  9e36a02a080d25109dd721afe624cbd31e6abbdb (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=7a8b0660f9e60942097001ee7a19b576b8a0f7ce


commit 7a8b0660f9e60942097001ee7a19b576b8a0f7ce
Author: Bastiaan Jacques <address@hidden>
Date:   Tue Mar 1 03:20:13 2011 +0100

    Initialise dataSize so we get more useful printouts.

diff --git a/libmedia/gst/MediaParserGst.cpp b/libmedia/gst/MediaParserGst.cpp
index 46b9996..57f73ff 100644
--- a/libmedia/gst/MediaParserGst.cpp
+++ b/libmedia/gst/MediaParserGst.cpp
@@ -575,6 +575,7 @@ MediaParserGst::cb_chain_func_audio (GstPad *pad, GstBuffer 
*buffer)
     }
     
     frame->extradata.reset(new EncodedExtraGstData(buffer));
+    frame->dataSize = GST_BUFFER_SIZE(buffer);
     
 #ifdef GNASH_DEBUG_DATAFLOW
     log_debug("remembering audio buffer with timestamp %d.", frame->timestamp);

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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