GNOME Bugzilla – Bug 322920
[0.11] [API] consistent use of new_segment, newsegment and NEWSEGMENT
Last modified: 2011-10-27 11:47:07 UTC
in gstevent.h there is _parse_new_segment but the event is still called _NEWSEGMENT. code in GstSegment uses _set_newsegment. We should decide on a name and then fix all references to it in a consistent way.
Since the move was to separate words, we should make the event called NEW_SEGMENT and the GstSegment code say set_new_segment.
this is an API change, not an addition, 0.11 material.
I think this is not an issue any longer, since it's all just _segment now, the "new" bit has been dropped.