From: Stefan Kost Date: Mon, 23 May 2011 11:01:29 +0000 (+0300) Subject: xmptag: have the default branch as the last one X-Git-Tag: 1.19.3~511^2~6555^2~883 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f466c5e1cac122eb1c562161aebbe3956cb19775;p=platform%2Fupstream%2Fgstreamer.git xmptag: have the default branch as the last one --- diff --git a/gst-libs/gst/tag/gstxmptag.c b/gst-libs/gst/tag/gstxmptag.c index 3a331f6..d91ab33 100644 --- a/gst-libs/gst/tag/gstxmptag.c +++ b/gst-libs/gst/tag/gstxmptag.c @@ -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 (); } }