projects
/
profile
/
ivi
/
rygel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a6397a
)
server: Use XML namespace instead of a string
author
Jens Georg
<jensg@openismus.com>
Sat, 19 Oct 2013 08:12:27 +0000
(10:12 +0200)
committer
Jens Georg
<jensg@openismus.com>
Sun, 20 Oct 2013 13:06:20 +0000
(15:06 +0200)
src/librygel-server/rygel-subtitle.vala
patch
|
blob
|
history
diff --git
a/src/librygel-server/rygel-subtitle.vala
b/src/librygel-server/rygel-subtitle.vala
index
5f806ef
..
dbcfeae
100644
(file)
--- a/
src/librygel-server/rygel-subtitle.vala
+++ b/
src/librygel-server/rygel-subtitle.vala
@@
-62,6
+62,6
@@
public class Rygel.Subtitle {
"CaptionInfoEx",
this.uri);
- sec_node->new_
prop ("sec:
type", this.caption_type);
+ sec_node->new_
ns_prop (sec_ns, "
type", this.caption_type);
}
}