gstreamer/gst-libs/gst/video
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
..
gstbasevideocodec.c basevideocodec: remove redundant caps field 2011-05-16 20:32:20 +02:00
gstbasevideocodec.h basevideocodec: remove redundant caps field 2011-05-16 20:32:20 +02:00
gstbasevideodecoder.c basevideo: Check if caps are set directly 2011-04-24 19:40:08 -07:00
gstbasevideodecoder.h basevideo: Add function to allocate src buffer 2011-04-01 13:54:02 -07:00
gstbasevideoencoder.c basevideoencoder: invoke subclass start method at state change 2011-05-16 20:32:20 +02:00
gstbasevideoencoder.h basevideoencoder: header cosmetic and doc fixes 2011-05-16 20:32:20 +02:00
gstbasevideoutils.c basevideo: merge utils header into basevideocodec 2011-03-23 21:33:49 -07:00
Makefile.am basevideo: merge utils header into basevideocodec 2011-03-23 21:33:49 -07:00