GNOME Bugzilla – Bug 706855
Remove custom clips and related code
Last modified: 2013-09-24 16:03:33 UTC
This code is comming from old history of GES, and is only used in tests. If one want a custom clip, then he should implement a subclass. Also we have some ugly code related to that
Created attachment 253207 [details] [review] ges: Remove custom clip If you want a custom clip then you have to subclass GESClip, This class was pre historicall and only used for testing purposes, we have GESTestClip for that.
Created attachment 253208 [details] [review] clip: Remove the ges_clip_fill_track method Its was only use by the old custom source which is dead now. API: Remove ges_clip_fill_track
I agree with these commits, if make check passes fine by me :)
commit ef8c4b4b6b310127fab0efb1b9d3a50dd3c2718c Author: Thibault Saunier <thibault.saunier@collabora.com> Date: Mon Aug 26 19:26:08 2013 -0400 clip: Remove the ges_clip_fill_track method Its was only use by the old custom source which is dead now. API: Remove ges_clip_fill_track https://bugzilla.gnome.org/show_bug.cgi?id=706855 commit 13aeda606a2b8de15e4f3fc4a96e101fd799465d Author: Thibault Saunier <thibault.saunier@collabora.com> Date: Mon Aug 26 19:15:08 2013 -0400 ges: Remove custom clip If you want a custom clip then you have to subclass GESClip, This class was pre historicall and only used for testing purposes, we have GESTestClip for that. https://bugzilla.gnome.org/show_bug.cgi?id=706855