[gst-cvs] gst-plugins-bad: basevideo: Move base video from vp8 to gst-libs
Edward Hervey
bilboed at gmail.com
Wed Jun 2 01:14:28 PDT 2010
A few comments:
* Was it really worth copying commented code ?
* You changed the debugging category from basevideo to vp8basevideo in
the move
* Why remove the GST_USE_UNSTABLE_API warning ? Is the API really
finalized ?
* -bad requires core/base 0.10.29 , so the #if 0 interlace block can be
removed
* The documentation for GST_BASE_VIDEO_DECODER_FLOW_NEED_DATA was
removed
Otherwise, yay, updates to video base classes :)
On Wed, 2010-06-02 at 00:10 -0700, David Schleef wrote:
> Module: gst-plugins-bad
> Branch: master
> Commit: bdb5926cda263f185f85a5fad2c7a1d42461dc26
> URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=bdb5926cda263f185f85a5fad2c7a1d42461dc26
>
> Author: David Schleef <ds at schleef.org>
> Date: Tue Jun 1 15:54:51 2010 -0700
>
> basevideo: Move base video from vp8 to gst-libs
>
> ---
>
> ext/vp8/Makefile.am | 34 +-
> ext/vp8/gst/video/gstbasevideocodec.c | 574 ------------
> ext/vp8/gst/video/gstbasevideocodec.h | 146 ---
> ext/vp8/gst/video/gstbasevideodecoder.c | 1456 ------------------------------
> ext/vp8/gst/video/gstbasevideodecoder.h | 171 ----
> ext/vp8/gst/video/gstbasevideoencoder.c | 518 -----------
> ext/vp8/gst/video/gstbasevideoencoder.h | 120 ---
> ext/vp8/gst/video/gstbasevideoparse.c | 863 ------------------
> ext/vp8/gst/video/gstbasevideoparse.h | 137 ---
> ext/vp8/gst/video/gstbasevideoutils.c | 278 ------
> ext/vp8/gst/video/gstbasevideoutils.h | 98 --
> ext/vp8/gst/video/gstvideocompat.c | 872 ------------------
> ext/vp8/gst/video/gstvideocompat.h | 71 --
> gst-libs/gst/video/gstbasevideocodec.c | 13 +-
> gst-libs/gst/video/gstbasevideocodec.h | 5 -
> gst-libs/gst/video/gstbasevideodecoder.c | 685 ++++++++++-----
> gst-libs/gst/video/gstbasevideodecoder.h | 40 +-
> gst-libs/gst/video/gstbasevideoencoder.c | 105 +--
> gst-libs/gst/video/gstbasevideoencoder.h | 11 +-
> gst-libs/gst/video/gstbasevideoparse.c | 26 +-
> gst-libs/gst/video/gstbasevideoparse.h | 6 +-
> gst-libs/gst/video/gstbasevideoutils.c | 138 +++-
> gst-libs/gst/video/gstbasevideoutils.h | 23 +-
> 23 files changed, 711 insertions(+), 5679 deletions(-)
>
> Diff: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/diff/?id=bdb5926cda263f185f85a5fad2c7a1d42461dc26
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-cvs mailing list
> gstreamer-cvs at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs
More information about the Gstreamer-commits
mailing list