segment: add a FIXME-2.0 for the format parameters
authorStefan Sauer <ensonic@users.sf.net>
Tue, 26 Dec 2017 10:29:39 +0000 (11:29 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 26 Dec 2017 10:29:39 +0000 (11:29 +0100)
Capture the somewhat not ordinary use of the extra format parameter in a
comment.
See https://bugzilla.gnome.org/show_bug.cgi?id=788979

gst/gstsegment.c

index f355d4a..7b8748c 100644 (file)
  * 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