~ubuntu-branches/ubuntu/utopic/gst-plugins-bad1.0/utopic

« back to all changes in this revision

Viewing changes to sys/androidmedia/gstamcvideodec.h

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2013-10-13 00:30:29 UTC
  • Revision ID: package-import@ubuntu.com-20131013003029-e948f02g1aq3go50
Tags: 1.2.0-3ubuntu3
* Refreshing adding-mirsink-and-android-media-over-hybris-support.patch:
  - Adding support for software rendering
  - Better input/out buffer handling
* debian/build-deps.in:
  - Bumping dep version requirement for libmedia

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
  /* < private > */
53
53
  GstAmcCodec *codec;
54
 
  GstAmcFormat *dec_format;
55
54
  GstAmcBuffer *input_buffers, *output_buffers;
56
55
  gsize n_input_buffers, n_output_buffers;
57
56