[gstreamer-bugs] [Bug 538201] deleting the control point at ts=0 does not lower the control point count
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sun Jun 15 03:20:45 PDT 2008
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=538201
GStreamer | gstreamer (core) | Ver: HEAD CVS
------- Comment #5 from Stefan Kost (gstreamer, gtkdoc dev) 2008-06-15 10:20 UTC -------
Yes, I don't like the patch either. I just wanted to check whats the reason for
the ts=0 handling. Please note, that even with my patch applied the test suite
passes.
So what should we do:
1.) Add more tests
2.) when creating an instance for an interpolation control source add cp at 0 with
default value and set a flag default_ts0=TRUE
3.) it one sets a cp at 0, do default_ts0=FALSE
4.) if one usets a cp at 0, do
if (!default_ts0) {
set to default
nvalues--;
}
If you agree, I'll make new patch.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=538201.
More information about the Gstreamer-bugs
mailing list