~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to sys/vdpau/gstvdpdevice.h

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2010-03-13 22:48:10 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20100313224810-8l25xl017imj7z4l
Tags: 0.10.18-0ubuntu1
* New upstream bugfix release.
* Relevant upstream fixes
  - 598350 : qtmux with AAC streams (from faac) generate invalid files
  - 607105 : faac doesn't negotiate channel positions correctly
  - 606726 : FAAC bitrate setting has no effect

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
  VdpOutputSurfaceCreate                          *vdp_output_surface_create;
82
82
  VdpOutputSurfaceDestroy                         *vdp_output_surface_destroy;
83
83
  VdpOutputSurfaceQueryCapabilities               *vdp_output_surface_query_capabilities;
 
84
  VdpOutputSurfaceGetBitsNative                   *vdp_output_surface_get_bits_native;
84
85
 
85
86
  VdpPresentationQueueTargetCreateX11             *vdp_presentation_queue_target_create_x11;  
86
87
  VdpPresentationQueueCreate                      *vdp_presentation_queue_create;
88
89
  VdpPresentationQueueDisplay                     *vdp_presentation_queue_display;
89
90
  VdpPresentationQueueBlockUntilSurfaceIdle       *vdp_presentation_queue_block_until_surface_idle;
90
91
  VdpPresentationQueueSetBackgroundColor          *vdp_presentation_queue_set_background_color;
 
92
  VdpPresentationQueueQuerySurfaceStatus          *vdp_presentation_queue_query_surface_status;
91
93
};
92
94
 
93
95
GType gst_vdp_device_get_type (void) G_GNUC_CONST;