mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
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
This commit is contained in:
parent
252ce5a093
commit
c96901d4d9
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue