~ubuntu-branches/ubuntu/feisty/gst-plugins-good0.10/feisty-security

« back to all changes in this revision

Viewing changes to ext/cdio/gstcdio.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-12-21 21:12:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061221211215-3uukkusokhe0nk4f
Tags: 0.10.5-0ubuntu1
* Sync with pkg-gstreamer SVN:
  + debian/rules:
    - Use Ubuntu as distribution name and point to the proper Launchpad URL
  + debian/patches/01_esdsink-priority.patch:
    - Mark the esdsink with rank primary-2 to get
      pulse > alsadmix > esd > alsa > oss

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define __GST_CDIO_H__
23
23
 
24
24
#include <gst/gst.h>
25
 
#include <cdio/version.h>
 
25
#include <cdio/cdio.h>
26
26
 
27
27
GST_DEBUG_CATEGORY_EXTERN (gst_cdio_debug);
28
28
#define GST_CAT_DEFAULT gst_cdio_debug
39
39
 
40
40
#endif
41
41
 
 
42
GstTagList  * gst_cdio_get_cdtext  (GstObject      * src,
 
43
                                    CdIo           * cdio,
 
44
                                    track_t          track);
 
45
 
42
46
#endif /* __GST_CDIO_H__ */
43
47