After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322920 - [0.11] [API] consistent use of new_segment, newsegment and NEWSEGMENT
[0.11] [API] consistent use of new_segment, newsegment and NEWSEGMENT
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Low enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-01 11:15 UTC by Wim Taymans
Modified: 2011-10-27 11:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wim Taymans 2005-12-01 11:15:25 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.
Comment 1 Andy Wingo 2005-12-04 21:39:55 UTC
Since the move was to separate words, we should make the event called
NEW_SEGMENT and the GstSegment code say set_new_segment.
Comment 2 Thomas Vander Stichele 2005-12-05 12:15:54 UTC
this is an API change, not an addition, 0.11 material.
Comment 3 Tim-Philipp Müller 2011-10-27 11:47:07 UTC
I think this is not an issue any longer, since it's all just _segment now, the "new" bit has been dropped.