~ubuntu-branches/ubuntu/vivid/gstreamer-vaapi/vivid

« back to all changes in this revision

Viewing changes to ext/codecparsers/gst-libs/gst/codecparsers/gstmpeg4parser.h

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-08-06 23:56:00 UTC
  • mfrom: (0.1.4 sid) (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140806235600-fg1kcmiu67k315q5
Tags: 0.5.9-2
* Remove spurious build-deps: libva-drm1, libavcodec-dev. (Closes: #757283)
* Drop Build-Depends-Indep and build docs unconditionally on all archs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define __GST_MPEG4UTIL_H__
23
23
 
24
24
#include <gst/gst.h>
25
 
#include <gst/base/gstbitreader.h>
 
25
 
 
26
G_BEGIN_DECLS
26
27
 
27
28
typedef struct _GstMpeg4VisualObjectSequence    GstMpeg4VisualObjectSequence;
28
29
typedef struct _GstMpeg4VisualObject            GstMpeg4VisualObject;
577
578
                                          GstMpeg4SpriteTrajectory * sprite_trajectory,
578
579
                                          const guint8 * data, gsize size);
579
580
 
 
581
G_END_DECLS
 
582
 
580
583
#endif /* __GST_MPEG4UTIL_H__ */