~ubuntu-branches/ubuntu/wily/gst-plugins-base1.0/wily

« back to all changes in this revision

Viewing changes to gst-libs/gst/audio/gstaudiocdsrc.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-08-30 12:44:33 UTC
  • mfrom: (1.1.17) (7.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130830124433-j7huznw0b65mlko2
Tags: 1.1.4-1
* New upstream development snapshot:
  + debian/rules,
    debian/build-deps.in:
    - Build-depend on GStreamer >= 1.1.4.
  + debian/libgstreamer-plugins-base.symbols:
    - Add new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * Boston, MA 02110-1301, USA.
18
18
 */
19
19
 
 
20
#ifndef __GST_AUDIO_AUDIO_H__
 
21
#include <gst/audio/audio.h>
 
22
#endif
 
23
 
20
24
#ifndef __GST_AUDIO_CD_SRC_H__
21
25
#define __GST_AUDIO_CD_SRC_H__
22
26