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

« back to all changes in this revision

Viewing changes to gst/nsf/gstnsf.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-05-03 19:52:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070503195254-4dovmz251nut3yrt
Tags: 0.10.4+cvs20070502-1
* New CVS snapshot.
* debian/rules,
  debian/build-deps.in:
  + Update build dependencies.
* debian/gstreamer-plugins-bad-multiverse.install:
  + Add x264 plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
static const GstElementDetails gst_nsfdec_details =
33
33
GST_ELEMENT_DETAILS ("Nsf decoder",
34
 
    "Codec/Audio/Decoder",
 
34
    "Codec/Decoder/Audio",
35
35
    "Using nosefart to decode NSF audio tunes",
36
36
    "Johan Dahlin <johan@gnome.org>");
37
37