From 700082df2e628a53d144dcbe93da922b41f8db20 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 19 Nov 2005 10:37:58 +0000 Subject: [PATCH] add header stuff Original commit message from CVS: add header stuff --- examples/audio-controller.py | 2 ++ examples/audioconcat.py | 2 ++ examples/bps.py | 4 +++- examples/cp.py | 4 +++- examples/debugslider.py | 4 ++++ examples/f2f.py | 4 +++- examples/filesrc.py | 4 +++- examples/fvumeter.py | 3 +++ examples/gstfile.py | 2 ++ examples/play.py | 4 ++++ examples/sinkelement.py | 4 ++++ examples/vorbisplay.py | 4 +++- examples/vumeter.py | 4 +++- 13 files changed, 39 insertions(+), 6 deletions(-) diff --git a/examples/audio-controller.py b/examples/audio-controller.py index 990b967..0804af6 100644 --- a/examples/audio-controller.py +++ b/examples/audio-controller.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 # audio-controller.py # (c) 2005 Edward Hervey diff --git a/examples/audioconcat.py b/examples/audioconcat.py index 7acb322..3797a31 100644 --- a/examples/audioconcat.py +++ b/examples/audioconcat.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 # audio concat tool # takes in one or more audio files and creates one audio file of the combination diff --git a/examples/bps.py b/examples/bps.py index 1e582bb..495063d 100755 --- a/examples/bps.py +++ b/examples/bps.py @@ -1,5 +1,7 @@ #!/usr/bin/env python -# +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 + # gst-python # Copyright (C) 2003 David I. Lehn # diff --git a/examples/cp.py b/examples/cp.py index 5e4c224..0330fe3 100755 --- a/examples/cp.py +++ b/examples/cp.py @@ -1,5 +1,7 @@ #!/usr/bin/env python -# +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 + # gst-python # Copyright (C) 2002 David I. Lehn # 2004 Johan Dahlin diff --git a/examples/debugslider.py b/examples/debugslider.py index 5ca8db9..d544e72 100644 --- a/examples/debugslider.py +++ b/examples/debugslider.py @@ -1,3 +1,7 @@ +#!/usr/bin/env python +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 + # gst-python # Copyright (C) 2005 Fluendo S.L. # diff --git a/examples/f2f.py b/examples/f2f.py index fd94c00..4fb5614 100755 --- a/examples/f2f.py +++ b/examples/f2f.py @@ -1,5 +1,7 @@ #!/usr/bin/env python -# +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 + # gst-python # Copyright (C) 2002 David I. Lehn # diff --git a/examples/filesrc.py b/examples/filesrc.py index b2e680b..79de417 100755 --- a/examples/filesrc.py +++ b/examples/filesrc.py @@ -1,5 +1,7 @@ #!/usr/bin/env python -# +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 + # GStreamer python bindings # Copyright (C) 2002 David I. Lehn # 2004 Johan Dahlin diff --git a/examples/fvumeter.py b/examples/fvumeter.py index d490e52..cabf09f 100644 --- a/examples/fvumeter.py +++ b/examples/fvumeter.py @@ -1,3 +1,6 @@ +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 + # gst-python # Copyright (C) 2005 Fluendo S.L. # Originally from the Flumotion streaming server. diff --git a/examples/gstfile.py b/examples/gstfile.py index 49287ec..57fa0c5 100644 --- a/examples/gstfile.py +++ b/examples/gstfile.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 # gstfile.py # (c) 2005 Edward Hervey diff --git a/examples/play.py b/examples/play.py index 7563e81..5770776 100644 --- a/examples/play.py +++ b/examples/play.py @@ -1,3 +1,7 @@ +#!/usr/bin/env python +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 + import pygtk pygtk.require('2.0') diff --git a/examples/sinkelement.py b/examples/sinkelement.py index acfa8d0..df2bb6e 100644 --- a/examples/sinkelement.py +++ b/examples/sinkelement.py @@ -1,3 +1,7 @@ +#!/usr/bin/env python +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 + # sinkelement.py # (c) 2005 Edward Hervey # Licensed under LGPL diff --git a/examples/vorbisplay.py b/examples/vorbisplay.py index 2919c8c..2ff6688 100755 --- a/examples/vorbisplay.py +++ b/examples/vorbisplay.py @@ -1,5 +1,7 @@ #!/usr/bin/env python -# +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 + # gst-python # Copyright (C) 2003 David I. Lehn # diff --git a/examples/vumeter.py b/examples/vumeter.py index aba621c..57899e9 100755 --- a/examples/vumeter.py +++ b/examples/vumeter.py @@ -1,5 +1,7 @@ #!/usr/bin/env python -# +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 + # gst-python # Copyright (C) 2005 Andy Wingo # -- 2.7.4