gstreamer/ext/schroedinger
Mark Nauwelaerts 4b5623d687 basevideoencoder: invoke subclass start method at state change
While this changes order w.r.t. set_format, 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
* little benefit in invoking 2 subclass virtual methods (set_format and start)
  in immediate succession; all actions in the second could be done in the first
  whereas subclass has no chance to do anything 'global' at activation time
Moreover, current -bad subclass relevant methods either trivially commute
or are either trivially adjusted accordingly.
2011-05-16 20:32:20 +02:00
..
gstschro.c basevideocodec: remove parser in favor of baseparse 2011-02-20 12:16:08 -08:00
gstschrodec.c basevideo: Add function to allocate src buffer 2011-04-01 13:54:02 -07:00
gstschroenc.c basevideoencoder: invoke subclass start method at state change 2011-05-16 20:32:20 +02:00
gstschroutils.c cog, schroedinger: fix warnings when compiling with -DG_DISABLE_ASSERT 2011-01-08 03:12:11 +00:00
gstschroutils.h basevideo: move from -base 2009-07-01 10:56:24 -07:00
Makefile.am basevideocodec: remove parser in favor of baseparse 2011-02-20 12:16:08 -08:00