~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavdevice/sndio_common.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-09-24 17:07:00 UTC
  • mfrom: (1.1.17) (7.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130924170700-4dg62s3pwl0pdakz
Tags: 1.2.0-1
* New upstream stable release:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "libavformat/avformat.h"
29
29
#include "libavutil/log.h"
30
30
 
31
 
typedef struct {
 
31
typedef struct SndioData {
32
32
    AVClass *class;
33
33
    struct sio_hdl *hdl;
34
 
    enum CodecID codec_id;
 
34
    enum AVCodecID codec_id;
35
35
    int64_t hwpos;
36
36
    int64_t softpos;
37
37
    uint8_t *buffer;