summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-12-26 11:29:39 +0100
committerStefan Sauer <ensonic@users.sf.net>2017-12-26 11:29:39 +0100
commitc96901d4d997c486e2f41eae06670bb00464aac6 (patch)
tree931108a15be721db92ec90a6ee4f48c00a3614d4
parent252ce5a093178b415a74776f0153390e03338cab (diff)
segment: add a FIXME-2.0 for the format parameters
Capture the somewhat not ordinary use of the extra format parameter in a comment. See https://bugzilla.gnome.org/show_bug.cgi?id=788979
-rw-r--r--gst/gstsegment.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/gstsegment.c b/gst/gstsegment.c
index f355d4aa7..7b8748c47 100644
--- a/gst/gstsegment.c
+++ b/gst/gstsegment.c
@@ -81,6 +81,12 @@
* info to stream time (which is always between 0 and the duration of the stream).
*/
+/* FIXME 2.0: remove unused format parameter.
+ * Most of the methods in gstsegment.c take and extra GstFormat format, just to
+ * verify segment->format == format.
+ * See https://bugzilla.gnome.org/show_bug.cgi?id=788979
+ */
+
/**
* gst_segment_copy:
* @segment: (transfer none): a #GstSegment