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

« back to all changes in this revision

Viewing changes to ext/ladspa/gstsignalprocessor.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-12 09:51:24 UTC
  • mto: (18.3.2 experimental) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20090512095124-ugy051q0n88kk9f8
Tags: upstream-0.10.11.2
Import upstream version 0.10.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
  GstActivateMode mode;
81
81
 
 
82
  /* pending inputs before processing can take place */
82
83
  guint pending_in;
 
84
  /* panding outputs to be filled */
83
85
  guint pending_out;
84
86
 
85
87
  gfloat *control_in;