summaryrefslogtreecommitdiff
path: root/gstreamer-sharp/Tag.custom
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-03-21 11:35:50 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-03-21 11:35:50 +0100
commit865476e5fc4db8a8f69d53bf8c64418261bfcb7f (patch)
tree69d351d398f7d2478875bafacb57bba8109fb7e9 /gstreamer-sharp/Tag.custom
parentced3895eb9a2d2e9934c49b8dd900609d81945b0 (diff)
Update to 0.10.28 API
Diffstat (limited to 'gstreamer-sharp/Tag.custom')
-rw-r--r--gstreamer-sharp/Tag.custom3
1 files changed, 3 insertions, 0 deletions
diff --git a/gstreamer-sharp/Tag.custom b/gstreamer-sharp/Tag.custom
index bb955d8..75272c1 100644
--- a/gstreamer-sharp/Tag.custom
+++ b/gstreamer-sharp/Tag.custom
@@ -80,6 +80,9 @@ public static void MergeUseFirst (out Gst.GLib.Value dest, ref Gst.GLib.Value sr
public const string GeoLocationLatitude = "geo-location-latitude";
public const string GeoLocationLongitude = "geo-location-longitude";
public const string GeoLocationElevation = "geo-location-elevation";
+ public const string GeoLocationCountry = "geo-location-country";
+ public const string GeoLocationCity = "geo-location-city";
+ public const string GeoLocationSublocation = "geo-location-sublocation";
public const string ShowName = "show-name";
public const string ShowSortname = "show-sortname";
public const string ShowEpisodeNumber = "show-episode-number";