[gst-cvs] gst-plugins-base: video.{c, h}: Add support for RGB and BGR with 15 and 16 bits.

Stefan Kost ensonic at hora-obscura.de
Sat Jun 12 13:54:32 PDT 2010


Am 12.06.2010 14:54, schrieb Sebastian DrXXge:
> Module: gst-plugins-base
> Branch: master
> Commit: f5a690f860d9eba396e0a4e06cd07b4489fbd7e3
> URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=f5a690f860d9eba396e0a4e06cd07b4489fbd7e3
> 
> Author: Martin Bisson <martin.bisson at gmail.com>
> Date:   Tue Jun  1 14:42:54 2010 +0000
> 
> video.{c,h}: Add support for RGB and BGR with 15 and 16 bits.
> 
> ---
> 
>  gst-libs/gst/video/video.c |  137 ++++++++++++++++++++++++++++++++++++++++----
>  gst-libs/gst/video/video.h |   94 ++++++++++++++++++------------
>  2 files changed, 182 insertions(+), 49 deletions(-)
> 
> Diff:   http://cgit.freedesktop.org/gstreamer/gst-plugins-base/diff/?id=f5a690f860d9eba396e0a4e06cd07b4489fbd7e3
> 

This breaks the build of gst-plugin-bad. We need to keep the original Defines at
least as aliases.

  CC     libgstxvid_la-gstxvid.lo
gstxvid.c: In function ‘gst_xvid_csp_to_caps’:
gstxvid.c:182: error: ‘GST_VIDEO_RED_MASK_15_INT’ undeclared (first use in this
function)
gstxvid.c:182: error: (Each undeclared identifier is reported only once
gstxvid.c:182: error: for each function it appears in.)
gstxvid.c:183: error: ‘GST_VIDEO_GREEN_MASK_15_INT’ undeclared (first use in
this function)
gstxvid.c:184: error: ‘GST_VIDEO_BLUE_MASK_15_INT’ undeclared (first use in this
function)
gstxvid.c:190: error: ‘GST_VIDEO_RED_MASK_16_INT’ undeclared (first use in this
function)
gstxvid.c:191: error: ‘GST_VIDEO_GREEN_MASK_16_INT’ undeclared (first use in
this function)
gstxvid.c:192: error: ‘GST_VIDEO_BLUE_MASK_16_INT’ undeclared (first use in this
function)
make[3]: *** [libgstxvid_la-gstxvid.lo] Fehler 1
make[3]: Leaving directory
`/home/ensonic/projects/gstreamer/gst-plugins-bad/ext/xvid'

Stefan




More information about the Gstreamer-commits mailing list