Re: Rygel created UPnP stream help please
- From: Andrej Falout <andrej falout org>
- To: Jens Georg <mail jensge org>
- Cc: rygel-list gnome org
- Subject: Re: Rygel created UPnP stream help please
- Date: Tue, 12 Mar 2013 19:35:28 +1300
Solution for the following compile error:
rygel-media-object.vala:197.20-197.41: error: The type name `DIDLLiteFragmentResult' could not be found
internal async DIDLLiteFragmentResult apply_fragments
^^^^^^^^^^^^^^^^^^^^^^
rygel-serializer.vala:32.13-32.27: error: The type name `MediaCollection' could not be found
private MediaCollection collection;
^^^^^^^^^^^^^^^
Rygel missing a (correct) check for gupnp-av version, and/or version of gupnp-av-1.0.vapi
provided by gupnp-vala package 0.9.0 and 0.10.2 are broken, and/or DIDLLiteFragmentResult and MediaCollection where added without changing the API version:
egrep "DIDLLiteFragmentResult|MediaCollection" /usr/share/vala/vapi/gupnp-av-1.0.vapi
After replacing it with git clone git://
git.gnome.org/gupnp-av:
egrep "DIDLLiteFragmentResult|MediaCollection" /usr/share/vala/vapi/gupnp-av-1.0.vapi
public GUPnP.DIDLLiteFragmentResult apply_fragments ([CCode
(array_length_cname = "current_size", array_length_pos = 1.5)] string[]
current_fragments, [CCode (array_length_cname = "new_size",
array_length_pos = 2.1)] string[] new_fragments);
public class MediaCollection : GLib.Object {
public MediaCollection ();
public MediaCollection.from_string (string data);
public enum DIDLLiteFragmentResult {
grep gupnp-av
configure.acRYGEL_COMMON_MODULES="$RYGEL_BASE_MODULES gupnp-av-1.0 >= $GUPNP_AV_REQUIRED"
RYGEL_COMMON_MODULES_VALAFLAGS="$RYGEL_BASE_MODULES_VALAFLAGS --pkg gupnp-av-1.0"
Andrej Falout
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]