gstreamer/ext/dirac
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
..
gstdirac.cc dirac: Raise rank of encoder to MARGINAL 2009-11-18 17:59:21 +01:00
gstdiracdec.cc Fix pad template memleaks 2010-11-30 18:54:46 -08:00
gstdiracdec.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
gstdiracenc.cc basevideoencoder: invoke subclass start method at state change 2011-05-16 20:32:20 +02:00
Makefile.am Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00