rygel r109 - in trunk: . src
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r109 - in trunk: . src
- Date: Tue, 28 Oct 2008 21:00:34 +0000 (UTC)
Author: zeeshanak
Date: Tue Oct 28 21:00:33 2008
New Revision: 109
URL: http://svn.gnome.org/viewvc/rygel?rev=109&view=rev
Log:
Gst.TagList.copy_value.value is 'out' rather than 'ref'.
Modified:
trunk/ChangeLog
trunk/src/gupnp-metadata-extractor.vala
Modified: trunk/src/gupnp-metadata-extractor.vala
==============================================================================
--- trunk/src/gupnp-metadata-extractor.vala (original)
+++ trunk/src/gupnp-metadata-extractor.vala Tue Oct 28 21:00:33 2008
@@ -96,7 +96,7 @@
private void foreach_tag (TagList tag_list, string tag) {
GLib.Value value;
- if (tag_list.copy_value (ref value, tag_list, tag)) {
+ if (tag_list.copy_value (out value, tag_list, tag)) {
/* signal the availability of new tag */
this.metadata_available (this.playbin.uri, tag, ref value);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]