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

« back to all changes in this revision

Viewing changes to gst/scaletempo/gstscaletempo.c

  • Committer: Bazaar Package Importer
  • Author(s): Tony Espy
  • Date: 2009-12-04 13:17:51 UTC
  • mfrom: (18.4.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204131751-hpo02yltrcsmy1xh
Tags: 0.10.17-1ubuntu1
* Merge from Debian testing (LP: #481645), remaining changes:
  - Removed plugins that are now provided -good
    - libgstdtmf.so
    - libgstvalve.so
    - libgstautoconvert.so
    - libgstrtpmux.so
    - libgstliveadder.so

Show diffs side-by-side

added added

removed removed

Lines of Context:
555
555
      rate = 1.0;
556
556
      //gst_event_unref (event);
557
557
      event = gst_event_new_new_segment_full (update, rate, applied_rate,
558
 
          format, start, stop, position);
 
558
          format, start, (stop - start) / applied_rate + start, position);
559
559
      gst_pad_push_event (GST_BASE_TRANSFORM_SRC_PAD (trans), event);
560
560
      return FALSE;
561
561
    }