~ubuntu-branches/ubuntu/oneiric/oggconvert/oneiric

« back to all changes in this revision

Viewing changes to OggConvert/ocv_media_checker.py

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-01-19 17:52:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080119175214-w91ytv04bs0w9cuu
Tags: 0.3.1-1ubuntu1
* Merge from debian unstable. Fix LP: #175770
  Remaining changes:
  - Suggest gstreamer multiverse plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# OggConvert -- Converts media files to Free formats
 
3
# (c) 2007 Tristan Brindle <tcbrindle at gmail dot com>
 
4
#
 
5
# This program is free software; you can redistribute it and/or
 
6
# modify it under the terms of the GNU Lesser General Public
 
7
# License as published by the Free Software Foundation; either
 
8
# version 2.1 of the License, or (at your option) any later version.
 
9
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
13
# Lesser General Public License for more details.
 
14
 
15
# You should have received a copy of the GNU Lesser General Public
 
16
# License along with this program; if not, write to the Free Software
 
17
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
18
#
 
19
 
1
20
 
2
21
import gobject
3
22
import gst