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

« back to all changes in this revision

Viewing changes to ext/jack/gstjackaudiosink.c

  • 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:
454
454
 
455
455
  /* if we need to automatically connect the ports, do so now. We must do this
456
456
   * after activating the client. */
457
 
  if (sink->connect == GST_JACK_CONNECT_AUTO) {
 
457
  if (sink->connect == GST_JACK_CONNECT_AUTO
 
458
      || sink->connect == GST_JACK_CONNECT_AUTO_FORCED) {
458
459
    /* find all the physical input ports. A physical input port is a port
459
460
     * associated with a hardware device. Someone needs connect to a physical
460
461
     * port in order to hear something. */