~ubuntu-branches/ubuntu/karmic/gst-plugins-bad0.10/karmic-proposed

« back to all changes in this revision

Viewing changes to sys/qtwrapper/codecmapping.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-01-08 07:59:36 UTC
  • mto: (18.1.3 sid) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090108075936-dpmodc3g7ko1scwd
Tags: upstream-0.10.9.2
Import upstream version 0.10.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    case QT_MAKE_FOURCC_LE ('u', 'l', 'a', 'w'):
137
137
      caps = audio_caps_from_string ("audio/x-mulaw");
138
138
      break;
 
139
    case QT_MAKE_FOURCC_LE ('A', 'V', 'd', 'n'):
 
140
      caps = audio_caps_from_string ("video/x-dnxhd");
 
141
      break;
 
142
    case QT_MAKE_FOURCC_LE ('i', 'c', 'o', 'd'):
 
143
      caps = audio_caps_from_string ("video/x-apple-intermediate-codec");
 
144
      break;
139
145
      /* TO FILL !! */
140
146
    case QT_MAKE_FOURCC_LE ('M', 'A', 'C', '3'):
141
147
    case QT_MAKE_FOURCC_LE ('M', 'A', 'C', '6'):