~ubuntu-branches/ubuntu/quantal/gstreamer-vaapi/quantal

« back to all changes in this revision

Viewing changes to gst-libs/gst/vaapi/gstvaapiworkarounds.h

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-02-10 14:35:09 UTC
  • Revision ID: package-import@ubuntu.com-20120210143509-wq9j8uqb5leu1iik
Tags: upstream-0.3.4
ImportĀ upstreamĀ versionĀ 0.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  gstvaapiworkaround.h - GStreamer/VA workarounds
 
3
 *
 
4
 *  Copyright (C) 2011-2012 Intel Corporation
 
5
 *
 
6
 *  This library is free software; you can redistribute it and/or
 
7
 *  modify it under the terms of the GNU Lesser General Public License
 
8
 *  as published by the Free Software Foundation; either version 2.1
 
9
 *  of the License, or (at your option) any later version.
 
10
 *
 
11
 *  This library is distributed in the hope that it will be useful,
 
12
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14
 *  Lesser General Public License for more details.
 
15
 *
 
16
 *  You should have received a copy of the GNU Lesser General Public
 
17
 *  License along with this library; if not, write to the Free
 
18
 *  Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
19
 *  Boston, MA 02110-1301 USA
 
20
 */
 
21
 
 
22
#ifndef GST_VAAPI_WORKAROUNDS_H
 
23
#define GST_VAAPI_WORKAROUNDS_H
 
24
 
 
25
G_BEGIN_DECLS
 
26
 
 
27
/*
 
28
 * Workaround to expose H.263 Baseline decode profile for drivers that
 
29
 * support MPEG-4:2 Simple profile decoding.
 
30
 */
 
31
#define WORKAROUND_H263_BASELINE_DECODE_PROFILE (1)
 
32
 
 
33
/*
 
34
 * Workaround for qtdemux that does not report profiles for
 
35
 * video/x-h263. Assume H.263 Baseline profile in this case.
 
36
 */
 
37
#define WORKAROUND_QTDEMUX_NO_H263_PROFILES (1)
 
38
 
 
39
G_END_DECLS
 
40
 
 
41
#endif /* GST_VAAPI_WORKAROUNDS_H */