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

« back to all changes in this revision

Viewing changes to sys/vdpau/gstvdp/gstvdpdecoder.c

  • 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:
154
154
      goto destroy_decoder_error;
155
155
  }
156
156
 
 
157
  if (!gst_base_video_decoder_set_src_caps (GST_BASE_VIDEO_DECODER
 
158
          (vdp_decoder)))
 
159
    return GST_FLOW_NOT_NEGOTIATED;
 
160
 
157
161
  state =
158
162
      gst_base_video_decoder_get_state (GST_BASE_VIDEO_DECODER (vdp_decoder));
159
163