[MOVED FROM BAD 072/134] basevideodecoder: invoke subclass start method at state...
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Tue, 29 Mar 2011 08:41:54 +0000 (10:41 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:27:15 +0000 (15:27 +0200)
commit47067f7d1edae0035248bbe93205a824cff5e306
tree6414d126bc3475f15e4c8fbf142f304fc7bd29c1
parente03fefc74029030273106a54c87c4291d2bfbf5e
[MOVED FROM BAD 072/134] basevideodecoder: invoke subclass start method at state change and use set_format

While this changes API slightly (e.g. actually uses set_format now), which is OK
for unstable API, it has following merits:
* symmetric w.r.t. stop at state change
* in line with other base class practice
* otherwise no subclass method at state change (global activation time)
Moreover, subclassese are either unaffected or trivially adjusted accordingly.
ext/vp8/gstvp8dec.c