GNOME Bugzilla – Bug 679301
tests: don't use deprecated Gtk+ symbols
Last modified: 2012-07-03 09:04:22 UTC
Created attachment 217902 [details] [review] Use G_DEFINE_TYPE instead GST_BOILERPLATE The porting guide to 1.0 said that GST_BOILERPLATE is deprecated now Patch following
Created attachment 217903 [details] [review] tests/examples/spectrum/demo-audiotest.c: Do not use deprecated symbols
Created attachment 217904 [details] [review] tests/examples/equalizer/demo.c: Do not use deprecated symbols
Created attachment 217905 [details] [review] tests/icles/gdkpixbufsink-test.c: Do not use deprecated symbols
Comment on attachment 217902 [details] [review] Use G_DEFINE_TYPE instead GST_BOILERPLATE Sorry, but I don't see the value in committing these. The reason those elements still use GST_BOILERPLATE is that they haven't been ported yet. They should be ported in full or not at all, but just replacing random functions is not very useful. Leaving the unported code also makes it easier to cherry-pick fixes from the 0.10 branch. I will push the removal of outdated comments in the rtp elements though.
commit c6cb95f5b2d722b51a55c19d3552ca419e38f20b Author: Javier Jardón <jjardon@gnome.org> Date: Tue Jul 3 12:47:58 2012 +0900 tests: do not use deprecated gtk+ symbols https://bugzilla.gnome.org/show_bug.cgi?id=679301