Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-python
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
25
Issues
25
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-python
Commits
700082df
Commit
700082df
authored
Nov 19, 2005
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add header stuff
Original commit message from CVS: add header stuff
parent
e87a22eb
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
39 additions
and
6 deletions
+39
-6
examples/audio-controller.py
examples/audio-controller.py
+2
-0
examples/audioconcat.py
examples/audioconcat.py
+2
-0
examples/bps.py
examples/bps.py
+3
-1
examples/cp.py
examples/cp.py
+3
-1
examples/debugslider.py
examples/debugslider.py
+4
-0
examples/f2f.py
examples/f2f.py
+3
-1
examples/filesrc.py
examples/filesrc.py
+3
-1
examples/fvumeter.py
examples/fvumeter.py
+3
-0
examples/gstfile.py
examples/gstfile.py
+2
-0
examples/play.py
examples/play.py
+4
-0
examples/sinkelement.py
examples/sinkelement.py
+4
-0
examples/vorbisplay.py
examples/vorbisplay.py
+3
-1
examples/vumeter.py
examples/vumeter.py
+3
-1
No files found.
examples/audio-controller.py
View file @
700082df
#!/usr/bin/env python
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
# audio-controller.py
# (c) 2005 Edward Hervey <edward at fluendo dot com>
...
...
examples/audioconcat.py
View file @
700082df
#!/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
...
...
examples/bps.py
View file @
700082df
#!/usr/bin/env python
#
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
# gst-python
# Copyright (C) 2003 David I. Lehn
#
...
...
examples/cp.py
View file @
700082df
#!/usr/bin/env python
#
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
# gst-python
# Copyright (C) 2002 David I. Lehn <dlehn@users.sourceforge.net>
# 2004 Johan Dahlin <johan@gnome.org>
...
...
examples/debugslider.py
View file @
700082df
#!/usr/bin/env python
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
# gst-python
# Copyright (C) 2005 Fluendo S.L.
#
...
...
examples/f2f.py
View file @
700082df
#!/usr/bin/env python
#
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
# gst-python
# Copyright (C) 2002 David I. Lehn
#
...
...
examples/filesrc.py
View file @
700082df
#!/usr/bin/env python
#
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
# GStreamer python bindings
# Copyright (C) 2002 David I. Lehn <dlehn@users.sourceforge.net>
# 2004 Johan Dahlin <johan@gnome.org>
...
...
examples/fvumeter.py
View file @
700082df
# -*- 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.
...
...
examples/gstfile.py
View file @
700082df
#!/usr/bin/env python
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
# gstfile.py
# (c) 2005 Edward Hervey <edward at fluendo dot com>
...
...
examples/play.py
View file @
700082df
#!/usr/bin/env python
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
import
pygtk
pygtk
.
require
(
'2.0'
)
...
...
examples/sinkelement.py
View file @
700082df
#!/usr/bin/env python
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
# sinkelement.py
# (c) 2005 Edward Hervey <edward@fluendo.com>
# Licensed under LGPL
...
...
examples/vorbisplay.py
View file @
700082df
#!/usr/bin/env python
#
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
# gst-python
# Copyright (C) 2003 David I. Lehn
#
...
...
examples/vumeter.py
View file @
700082df
#!/usr/bin/env python
#
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
# gst-python
# Copyright (C) 2005 Andy Wingo <wingo@pobox.com>
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment