forked from mirrors/gstreamer-rs
gstreamer: fix typo in GeoLocationLongitude tag
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1246>
This commit is contained in:
parent
341ac517d1
commit
3cb2454fd3
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ impl_tag!(
|
||||||
GST_TAG_GEO_LOCATION_LATITUDE
|
GST_TAG_GEO_LOCATION_LATITUDE
|
||||||
);
|
);
|
||||||
impl_tag!(
|
impl_tag!(
|
||||||
GeoLocationLongitute,
|
GeoLocationLongitude,
|
||||||
f64,
|
f64,
|
||||||
TAG_GEO_LOCATION_LONGITUDE,
|
TAG_GEO_LOCATION_LONGITUDE,
|
||||||
GST_TAG_GEO_LOCATION_LONGITUDE
|
GST_TAG_GEO_LOCATION_LONGITUDE
|
||||||
|
|
Loading…
Reference in a new issue