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:
a31649e
)
qtmux: set language to 'undefined' instead of English by default
author
Tim-Philipp Müller
<tim@centricular.net>
Thu, 24 Jan 2013 21:08:51 +0000
(21:08 +0000)
committer
Tim-Philipp Müller
<tim@centricular.net>
Thu, 24 Jan 2013 21:08:51 +0000
(21:08 +0000)
gst/isomp4/atoms.h
patch
|
blob
|
history
diff --git
a/gst/isomp4/atoms.h
b/gst/isomp4/atoms.h
index c448cd769691af2162dc965ad17e48e7420c5d53..d2568479509aa1bceed0be07e494767fda6f406b 100644
(file)
--- a/
gst/isomp4/atoms.h
+++ b/
gst/isomp4/atoms.h
@@
-953,7
+953,7
@@
void atom_moov_add_3gp_tag (AtomMOOV * moov, guint32 fourcc, guint8 *
void atom_moov_add_xmp_tags (AtomMOOV * moov, GstBuffer * xmp);
-#define GST_QT_MUX_DEFAULT_TAG_LANGUAGE "
eng"
+#define GST_QT_MUX_DEFAULT_TAG_LANGUAGE "
und" /* undefined/unknown */
guint16 language_code (const char * lang);
#endif /* __ATOMS_H__ */