~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to libs/gst/controller/gstlfocontrolsource.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
556
556
  gobject_class->get_property = gst_lfo_control_source_get_property;
557
557
 
558
558
  /**
559
 
   * GstLFOControlSource:waveform
 
559
   * GstLFOControlSource:waveform:
560
560
   *
561
561
   * Specifies the waveform that should be used for this #GstLFOControlSource.
562
562
   */
566
566
          G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
567
567
 
568
568
  /**
569
 
   * GstLFOControlSource:frequency
 
569
   * GstLFOControlSource:frequency:
570
570
   *
571
571
   * Specifies the frequency that should be used for the waveform
572
572
   * of this #GstLFOControlSource. It should be large enough
578
578
          G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));
579
579
 
580
580
  /**
581
 
   * GstLFOControlSource:timeshift
 
581
   * GstLFOControlSource:timeshift:
582
582
   *
583
583
   * Specifies the timeshift to the right that should be used for the waveform
584
584
   * of this #GstLFOControlSource in nanoseconds.
593
593
          G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));
594
594
 
595
595
  /**
596
 
   * GstLFOControlSource:amplitude
 
596
   * GstLFOControlSource:amplitude:
597
597
   *
598
598
   * Specifies the amplitude for the waveform of this #GstLFOControlSource.
599
599
   */
603
603
          G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));
604
604
 
605
605
  /**
606
 
   * GstLFOControlSource:offset
 
606
   * GstLFOControlSource:offset:
607
607
   *
608
608
   * Specifies the value offset for the waveform of this #GstLFOControlSource.
609
609
   */