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

« back to all changes in this revision

Viewing changes to ext/apexsink/gstapexsink.c

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-12-07 08:54:28 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20091207085428-ml6aaukf0p2ph34d
Tags: 0.10.17-0ubuntu1
* New upstream release.
* Add myself to maintainer.
* Fix misc lintian warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
523
523
static gboolean
524
524
gst_apexsink_unprepare (GstAudioSink * asink)
525
525
{
526
 
  GstApExSink *apexsink = (GstApExSink *) asink;
527
 
 
528
 
  GST_INFO_OBJECT (apexsink, "UNPREPARE");
 
526
  GST_INFO_OBJECT (asink, "UNPREPARE");
529
527
 
530
528
  return TRUE;
531
529
}
534
532
static guint
535
533
gst_apexsink_delay (GstAudioSink * asink)
536
534
{
537
 
  GstApExSink *apexsink = (GstApExSink *) asink;
538
 
 
539
 
  GST_INFO_OBJECT (apexsink, "DELAY");
 
535
  GST_LOG_OBJECT (asink, "DELAY");
540
536
 
541
537
  return 0;
542
538
}