projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a982e
)
xmptag: have the default branch as the last one
author
Stefan Kost
<ensonic@users.sf.net>
Mon, 23 May 2011 11:01:29 +0000
(14:01 +0300)
committer
Stefan Kost
<ensonic@users.sf.net>
Mon, 23 May 2011 11:01:29 +0000
(14:01 +0300)
gst-libs/gst/tag/gstxmptag.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/tag/gstxmptag.c
b/gst-libs/gst/tag/gstxmptag.c
index 3a331f6f04b3c908544347048f75eccfe4c9ca3a..d91ab33ea288d7c5bdf11e2f8463ba76518be903 100644
(file)
--- 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 ();
}
}