mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 04:58:47 +00:00
xmptag: have the default branch as the last one
This commit is contained in:
parent
70a982e7ba
commit
f466c5e1ca
1 changed files with 2 additions and 2 deletions
|
@ -162,10 +162,10 @@ xmp_tag_get_type_name (XmpTag * xmptag)
|
|||
switch (xmptag->type) {
|
||||
case GstXmpTagTypeSeq:
|
||||
return "rdf:Seq";
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
case GstXmpTagTypeBag:
|
||||
return "rdf:Bag";
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue