~ubuntu-branches/ubuntu/quantal/gst-plugins-bad0.10/quantal-proposed

« back to all changes in this revision

Viewing changes to gst-libs/gst/video/gstbasevideoencoder.h

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-19 14:32:43 UTC
  • mfrom: (18.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110719143243-p7pnkh45akfp0ihk
Tags: 0.10.22-2ubuntu1
* Rebased on debian unstable, remaining changes:
  - debian/gstreamer-plugins-bad.install
    * don't include dtmf, liveadder, rtpmux, autoconvert and shm, we include 
      them in -good

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#endif
27
27
 
28
28
#include <gst/video/gstbasevideocodec.h>
29
 
#include <gst/video/gstbasevideoutils.h>
30
29
 
31
30
G_BEGIN_DECLS
32
31
 
76
75
  gint64 max_latency;
77
76
 
78
77
  gboolean force_keyframe;
 
78
  union {
 
79
    void *padding;
 
80
    gboolean at_eos;
 
81
  } a;
79
82
 
80
83
  /* FIXME before moving to base */
81
 
  void *padding[GST_PADDING_LARGE];
 
84
  void *padding[GST_PADDING_LARGE-1];
82
85
};
83
86
 
84
87
struct _GstBaseVideoEncoderClass