~ubuntu-branches/ubuntu/hardy/gxine/hardy

« back to all changes in this revision

Viewing changes to browser-plugin/plugin.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-03-21 11:24:59 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321112459-igb0jy01nytpdrzt
Tags: 0.5.901-1ubuntu1
* merge debian changes for hardy PPA. Remaining changes:
  - debian/control: added Xb-Npp-xxx tags accordingly to "firefox distro
    add-on suport" spec,
    (https://blueprints.launchpad.net/ubuntu/+spec/firefox-distro-addon-support)
* Feature Freeze exception granted in LP: #204563
* New upstream release fixes playing DVDs. LP: #128864
* mime.default: add "x-content/video-dvd;x-content/video-vcd;x-content/video-svcd;"
  to get it listed as a player for dvd and video cds in nautilus. Thanks to
  Sebastien Bacher for the hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2000-2004 the xine project
 
2
 * Copyright (C) 2000-2007 the xine project
3
3
 *
4
4
 * This file is part of xine, a free video player.
5
5
 *
17
17
 * along with this program; if not, write to the Free Software
18
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA
19
19
 *
20
 
 * $Id: plugin.c,v 1.33 2006-02-21 19:06:11 dsalt Exp $
21
 
 *
22
20
 * xine plugin for mozilla
23
21
 *
24
22
 */
156
154
         "audio/x-mpeg3: mp3: MPEG audio;"
157
155
         "audio/mpeg: mpa,abs,mpega: MPEG audio;"
158
156
         "audio/x-mpeg: mpa,abs,mpega: MPEG audio;"
 
157
         "audio/mpegurl: m3u: MPEG URL;"
 
158
         "audio/x-mpegurl: m3u: MPEG URL;"
159
159
         "video/quicktime: mov,qt: Quicktime animation;"
160
160
         "video/x-quicktime: mov,qt: Quicktime animation;"
161
161
         "video/msvideo: avi: AVI animation;"