gst/gsttaglist.h: Fix description to match the order in the table (#512577).
authorRene Stadler <mail@renestadler.de>
Sun, 13 Apr 2008 18:50:05 +0000 (18:50 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 13 Apr 2008 18:50:05 +0000 (18:50 +0000)
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).

ChangeLog
gst/gsttaglist.h

index 9753f6e..bc34d6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 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>
 
        * libs/gst/net/gstnettimepacket.h:
index f9162cb..dd0c967 100644 (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>