~ubuntu-branches/ubuntu/precise/gst-plugins-base0.10/precise-updates

« back to all changes in this revision

Viewing changes to ext/alsa/gstalsasrc.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-12 12:40:13 UTC
  • mfrom: (36.1.15 experimental)
  • Revision ID: package-import@ubuntu.com-20111212124013-onyadfb150d8c5dk
Tags: 0.10.35.2-2
* debian/libgstreamer-plugins-base.install:
  + Add license translations file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
#include "gstalsasrc.h"
50
50
#include "gstalsadeviceprobe.h"
 
51
#include "gst/glib-compat-private.h"
51
52
 
52
53
#include <gst/gst-i18n-plugin.h>
53
54
 
191
192
      "Audio source (ALSA)", "Source/Audio",
192
193
      "Read from a sound card via ALSA", "Wim Taymans <wim@fluendo.com>");
193
194
 
194
 
  gst_element_class_add_pad_template (element_class,
195
 
      gst_static_pad_template_get (&alsasrc_src_factory));
 
195
  gst_element_class_add_static_pad_template (element_class,
 
196
      &alsasrc_src_factory);
196
197
}
197
198
 
198
199
static void