From 407b6ecefdbd80a6a4e2ca13575a60ae367e82c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 21 Mar 2010 19:48:40 +0100 Subject: [PATCH] Only use tags from 0.10.28 too --- gstreamer-sharp/Tag.custom | 3 --- 1 file changed, 3 deletions(-) diff --git a/gstreamer-sharp/Tag.custom b/gstreamer-sharp/Tag.custom index 75272c1eab..bb955d830d 100644 --- a/gstreamer-sharp/Tag.custom +++ b/gstreamer-sharp/Tag.custom @@ -80,9 +80,6 @@ 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";