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-90-g79a1469
Date: Fri, 18 Feb 2011 19:22:02 +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  79a14692a7ba9502ee82d5365ef5275748bc16b7 (commit)
       via  71c876bb97054787755c9df81d2e88d54aa5320f (commit)
      from  c97e1810798e201548b1fdfdebc66f4c13ef6ca2 (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=79a14692a7ba9502ee82d5365ef5275748bc16b7


commit 79a14692a7ba9502ee82d5365ef5275748bc16b7
Merge: 71c876b c97e181
Author: Bastiaan Jacques <address@hidden>
Date:   Fri Feb 18 20:21:58 2011 +0100

    Merge branch 'master' of git.sv.gnu.org:/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=71c876bb97054787755c9df81d2e88d54aa5320f


commit 71c876bb97054787755c9df81d2e88d54aa5320f
Author: Bastiaan Jacques <address@hidden>
Date:   Fri Feb 18 20:19:17 2011 +0100

    setup() takes reference counted ownership of the passed GstCaps, so
    make sure it doesn't destroy it (actual ownership is elsewhere).
    Fixes bug #32527.

diff --git a/libmedia/gst/AudioDecoderGst.cpp b/libmedia/gst/AudioDecoderGst.cpp
index 25f52c2..110a33d 100644
--- a/libmedia/gst/AudioDecoderGst.cpp
+++ b/libmedia/gst/AudioDecoderGst.cpp
@@ -113,6 +113,7 @@ AudioDecoderGst::AudioDecoderGst(const AudioInfo& info)
         throw MediaException(err.str());
     }
 
+    gst_caps_ref(extraaudioinfo->caps);
     setup(extraaudioinfo->caps);
 }
 

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

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