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

« back to all changes in this revision

Viewing changes to ext/videoutils/gst-libs/gst/video/gstvideodecoder.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:
355
355
 
356
356
GstVideoCodecState *gst_video_decoder_get_output_state (GstVideoDecoder *decoder);
357
357
 
 
358
gboolean         gst_video_decoder_negotiate           (GstVideoDecoder * decoder);
 
359
 
358
360
GstClockTimeDiff gst_video_decoder_get_max_decode_time (GstVideoDecoder *decoder,
359
361
                                                        GstVideoCodecFrame *frame);
360
362