Hello,
I send a patch againt bug #18167 since I have not been received the mail
of confirmation of new user creation on savannah.gnu.org.
Please review the patch.
Thank you,
Hiroyuki Ikezoe
Index: backend/sound_handler_gst.cpp
===================================================================
RCS file: /sources/gnash/gnash/backend/sound_handler_gst.cpp,v
retrieving revision 1.26
diff -d -u -p -r1.26 sound_handler_gst.cpp
--- backend/sound_handler_gst.cpp 1 Nov 2006 09:45:15 -0000 1.26
+++ backend/sound_handler_gst.cpp 2 Nov 2006 06:38:48 -0000
@@ -279,12 +279,14 @@ public:
m_sound_data[handle_id]->data_size += data_bytes;
+ for (size_t i=0, e=m_sound_data[handle_id]->m_gst_elements.size(); i < e; ++i) {
+ m_sound_data[handle_id]->m_gst_elements[i]->data_size = m_sound_data[handle_id]->data_size;
+ m_sound_data[handle_id]->m_gst_elements[i]->data = m_sound_data[handle_id]->data;
+ }
+
return m_sound_data[handle_id]->data_size - data_bytes;
}
return 0;
- // FIXME: if the playback of the stream has already started we'll need to update the struct
-
-
}
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev