~ubuntu-branches/debian/stretch/gnome-sushi/stretch

« back to all changes in this revision

Viewing changes to src/js/viewers/gst.js

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-07-15 13:16:55 UTC
  • mfrom: (2.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20140715131655-55wqzvoehb562cn7
Tags: 3.12.0-2
* Build-depend on libdiscid-dev instead of libdiscid0-dev (Closes: #753633)
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * General Public License for more details.
13
13
 *
14
14
 * You should have received a copy of the GNU General Public License
15
 
 * along with this program; if not, write to the Free Software
16
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
17
 
 * 02111-1307, USA.
 
15
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
18
16
 *
19
17
 * The Sushi project hereby grant permission for non-gpl compatible GStreamer
20
18
 * plugins to be used and distributed together with GStreamer and Sushi. This
26
24
 */
27
25
 
28
26
imports.gi.versions.ClutterGst = '2.0';
29
 
let ClutterGst = imports.gi.ClutterGst;
30
 
 
31
 
let MimeHandler = imports.ui.mimeHandler;
32
 
let Clutter = imports.gi.Clutter;
33
 
let Gdk = imports.gi.Gdk;
34
 
let GObject = imports.gi.GObject;
35
 
 
36
 
let Lang = imports.lang;
37
 
 
38
 
let Utils = imports.ui.utils;
39
 
let Constants = imports.util.constants;
40
 
let TotemMimeTypes = imports.util.totemMimeTypes;
 
27
const ClutterGst = imports.gi.ClutterGst;
 
28
const Clutter = imports.gi.Clutter;
 
29
const Gdk = imports.gi.Gdk;
 
30
const GObject = imports.gi.GObject;
 
31
const Gtk = imports.gi.Gtk;
 
32
const GtkClutter = imports.gi.GtkClutter;
 
33
 
 
34
const Lang = imports.lang;
 
35
 
 
36
const Constants = imports.util.constants;
 
37
const MimeHandler = imports.ui.mimeHandler;
 
38
const TotemMimeTypes = imports.util.totemMimeTypes;
 
39
const Utils = imports.ui.utils;
41
40
 
42
41
function GstRenderer(args) {
43
42
    this._init(args);