gst/gsttaglist.h: Fix description to match the order in the table (#512577).

Original commit message from CVS:
Patch by: Rene Stadler <mail at renestadler de>
* gst/gsttaglist.h:
Fix description to match the order in the table (#512577).
This commit is contained in:
Rene Stadler 2008-04-13 18:50:05 +00:00 committed by Tim-Philipp Müller
parent 45b9ce9e3b
commit 7323fccbcc
2 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,10 @@
2008-04-13 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Rene Stadler <mail at renestadler de>
* gst/gsttaglist.h:
Fix description to match the order in the table (#512577).
2008-04-13 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Kwang Yul Seo <kwangyul.seo gmail com>

View file

@ -40,12 +40,11 @@ G_BEGIN_DECLS
* @GST_TAG_MERGE_COUNT: the number of merge modes
*
* The different tag merging modes are basically replace, overwrite and append,
* but they can be seen from two directions.
* Given two taglists: A - the one that are supplied to
* gst_tag_setter_merge_tags() or gst_tag_setter_add_tags() and B - the tags
* already in the element, how are the tags merged? In the table below this is
* shown for the cases that a tag exists in the list (A) or does not exists (!A)
* and combination thereof.
* but they can be seen from two directions. Given two taglists: (A) the tags
* already in the element and (B) the ones that are supplied to
* gst_tag_setter_merge_tags() or gst_tag_setter_add_tags(), how are these tags
* merged? In the table below this is shown for the cases that a tag exists in
* the list (A) or does not exists (!A) and combinations thereof.
*
* <table frame="all" colsep="1" rowsep="1">
* <title>merge mode</title>