GNOME Bugzilla – Bug 649319
Add boiler plate code to xvimagesink
Last modified: 2011-06-15 17:42:46 UTC
Created attachment 187151 [details] [review] Add boiler plate code to xvimagesink Add boiler plate code to xvimagesink.
Looks good, I'll push this after release. Note that this doesn't make any functional difference, just saves some lines of code and GST_BOILERPLATE will be gone in 0.11.
Why not just WONTFIX it then? What's the point? Just creates more work.. (</bikeshed>)
Why there is no GST_BOILERPLATE in 0.11 ?
Because it's not necessary anymore, you can use G_DEFINE_TYPE and its variants because it's not required anymore to do something in base_init.
commit cf3cc57ca73040398d34e92fe2336f0aec112b7b Author: Sreerenj Balachandran <sreerenj.balachandran@nokia.com> Date: Tue May 3 11:26:32 2011 +0300 xvimagesink: Use GST_BOILERPLATE