[Pkg-gstreamer-commits] [gstreamer-vaapi] 41/176: encoder: fix mpeg2 compilation error.

Vincent Cheng vcheng at moszumanska.debian.org
Tue Jun 3 08:09:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

vcheng pushed a commit to branch upstream
in repository gstreamer-vaapi.

commit fdddf83c71a59b395afe60a0483d3bb3e3231a7b
Author: Wind Yuan <feng.yuan at intel.com>
Date:   Tue Nov 26 14:38:23 2013 +0800

    encoder: fix mpeg2 compilation error.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719746
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
---
 gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c b/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
index 1af8f4d..5bc01d5 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
@@ -224,7 +224,7 @@ fill_picture (GstVaapiEncoderMpeg2 * encoder,
     GstVaapiCodedBuffer * codedbuf, GstVaapiSurfaceProxy * surface)
 {
   VAEncPictureParameterBufferMPEG2 *pic = picture->param;
-  uint8_t f_code_x, f_code_y;
+  guint8 f_code_x, f_code_y;
 
   memset (pic, 0, sizeof (VAEncPictureParameterBufferMPEG2));
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git



More information about the Pkg-gstreamer-commits mailing list