summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05examples/gstfile.py: Fix for fractional framerates.Edward Hervey1-2/+2
Original commit message from CVS: * examples/gstfile.py: (Discoverer._new_decoded_pad_cb): Fix for fractional framerates.
2005-12-01releasing 0.9.7RELEASE-0_9_7Thomas Vander Stichele9-9/+9
Original commit message from CVS: releasing 0.9.7
2005-11-21Add an example for the cutter elementThomas Vander Stichele1-0/+80
Original commit message from CVS: Add an example for the cutter element
2005-11-21examples/gstfile.py: CleanupEdward Hervey1-2/+0
Original commit message from CVS: * examples/gstfile.py: Cleanup * gst/gst-types.defs: * gst/gst.defs: API update. More fixes to follow.
2005-11-19add header stuffThomas Vander Stichele13-6/+39
Original commit message from CVS: add header stuff
2005-11-04gst/gstpad.override: Use proper GValue <-> MiniObject conversion functionEdward Hervey2-1/+65
Original commit message from CVS: * gst/gstpad.override: Use proper GValue <-> MiniObject conversion function * examples/Makefile.am: * examples/sinkelement.py: New example showing how to create a sink element in python.
2005-11-04examples/play.py: Fixed the play example to work with 0.9.4 APIEdward Hervey1-8/+21
Original commit message from CVS: * examples/play.py: Fixed the play example to work with 0.9.4 API
2005-11-01gst/gst-types.defs: Updated modification from APIEdward Hervey1-28/+4
Original commit message from CVS: * gst/gst-types.defs: Updated modification from API * gst/gstquery.override: Added gst_query_parse_duration override * examples/gstfile.py: Now use duration query Cleanups
2005-10-18examples/pipeline-tester: Fix for state change changes.Andy Wingo1-16/+9
Original commit message from CVS: 2005-10-18 Andy Wingo <wingo@pobox.com> * examples/pipeline-tester: Fix for state change changes.
2005-10-13examples/gstfile.py: misc fixesEdward Hervey1-12/+17
Original commit message from CVS: * examples/gstfile.py: misc fixes * gst/Makefile.am: * gst/pygstexception.c: * gst/pygstexception.h: * gst/gstelementfactory.override: * gst/gst.override: * gst/gstpad.override: * gst/gstmodule.c: (init_gst): Added exceptions system by Alessandro Decina <alessandro@nnva.org> Closes bug #315433 * gst/gstbus.override: * gst/gstelement.override: Fix for _wrap_gst_element_get_state() * gst/gstobject.override: More debug
2005-10-09examples/play.py: update to current API and state of seek exampleThomas Vander Stichele1-36/+98
Original commit message from CVS: * examples/play.py: update to current API and state of seek example
2005-10-03release timeThomas Vander Stichele1-1/+1
Original commit message from CVS: release time
2005-09-29examples/: Updates for bus API.Andy Wingo2-9/+14
Original commit message from CVS: 2005-09-29 Andy Wingo <wingo@pobox.com> * examples/pipeline-tester (Window.play): * examples/vumeter.py (Window.run): Updates for bus API.
2005-09-29gst/: Proper wrapping of GstControllerEdward Hervey2-0/+37
Original commit message from CVS: * gst/gst.override: * gst/gstlibs.override: Proper wrapping of GstController * examples/Makefile.am: * examples/audio-controller.py: Example to show how to use gst.Controller
2005-09-29examples/gstfile.py: Update gstfile example so that... it works :)Edward Hervey1-19/+25
Original commit message from CVS: * examples/gstfile.py: Update gstfile example so that... it works :)
2005-09-24tweakThomas Vander Stichele2-2/+1
Original commit message from CVS: tweak
2005-09-24further cleanup, get the tick marks pixel perfectThomas Vander Stichele2-20/+32
Original commit message from CVS: further cleanup, get the tick marks pixel perfect
2005-09-23examples/fvumeter.py: condense code by using table and loopThomas Vander Stichele2-100/+45
Original commit message from CVS: 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org> * examples/fvumeter.py: condense code by using table and loop * examples/vumeter.py: fix up example for new API for both bus and level element
2005-09-12examples/vumeter.py: update for property name changeThomas Vander Stichele1-1/+1
Original commit message from CVS: * examples/vumeter.py: update for property name change * gst/gst.override: * testsuite/test_element.py: actually log on objects, yay
2005-09-05examples/pipeline-tester: Update pipelines. The fixed-rate v4l one doesn't ↵Andy Wingo1-5/+5
work here, but the rest of them do. Original commit message from CVS: 2005-09-05 Andy Wingo <wingo@pobox.com> * examples/pipeline-tester: Update pipelines. The fixed-rate v4l one doesn't work here, but the rest of them do.
2005-09-05examples/pipeline-tester: New API: STATE_SUCCESS -> STATE_CHANGE_SUCCESSEdward Hervey1-1/+1
Original commit message from CVS: * examples/pipeline-tester: (Window.play): New API: STATE_SUCCESS -> STATE_CHANGE_SUCCESS
2005-09-01examples/Makefile.am (examples_DATA): Dist fixer.Andy Wingo3-1/+7
Original commit message from CVS: 2005-09-01 Andy Wingo <wingo@pobox.com> * examples/Makefile.am (examples_DATA): Dist fixer. * examples/debugslider.py: Renamed from debug-slider.py so it can be imported. * examples/pipeline-tester: Add a debugslider. * pygst.py.in (require): If pygst.require() is called multiple times, don't pollute sys.path with unneeded path entries.
2005-08-18examples/debug-slider.py: New file.Andy Wingo2-0/+56
Original commit message from CVS: 2005-08-18 Andy Wingo <wingo@pobox.com> * examples/debug-slider.py: New file. * examples/Makefile.am (examples_DATA): Dist it, foolios.
2005-08-16whoopsAndy Wingo1-1/+1
Original commit message from CVS: whoops
2005-08-16/tmp/cvs3vKuoVAndy Wingo1-1/+1
Original commit message from CVS: /tmp/cvs3vKuoV
2005-08-03examples/pipeline-tester: Commit some updates I had.Andy Wingo1-3/+32
Original commit message from CVS: 2005-08-03 Andy Wingo <wingo@pobox.com> * examples/pipeline-tester: Commit some updates I had. * configure.ac (PYGST_CFLAGS): pygst.py generation is handled by the makefile.
2005-07-14more pipes, some that work and some that are specialAndy Wingo1-7/+25
Original commit message from CVS: more pipes, some that work and some that are special
2005-07-13fooling around with pipelinesAndy Wingo1-2/+2
Original commit message from CVS: fooling around with pipelines
2005-07-13examples/pipeline-tester (Window.on_message): Handle errors.Andy Wingo1-0/+7
Original commit message from CVS: 2005-07-13 Andy Wingo <wingo@pobox.com> * examples/pipeline-tester (Window.on_message): Handle errors. (Window.play): Drain messages from bus before setting pipe to NULL.
2005-07-13examples/: Updated some examples to 0.9Edward Hervey3-66/+109
Original commit message from CVS: * examples/bps.py: * examples/f2f.py: * examples/gstfile.py: Updated some examples to 0.9
2005-07-13mad creditz to the meraliAndy Wingo1-1/+2
Original commit message from CVS: mad creditz to the merali
2005-07-13examples/vumeter.py: New file, a VU meter application that reads from alsasrc.Andy Wingo3-1/+392
Original commit message from CVS: 2005-07-13 Andy Wingo <wingo@pobox.com> * examples/vumeter.py: New file, a VU meter application that reads from alsasrc. * examples/fvumeter.py: New file, imported from Flumotion and relicensed under the LGPL. Implements a simple VU meter widget.
2005-07-13examples/pipeline-tester: Tweaks, show messages.Andy Wingo1-3/+46
Original commit message from CVS: 2005-07-13 Andy Wingo <wingo@pobox.com> * examples/pipeline-tester: Tweaks, show messages.
2005-07-12examples/pipeline-tester: New file, tests out gstreamer pipelines. The ↵Andy Wingo2-1/+157
pipelines are a bit broken right now tho. Original commit message from CVS: 2005-07-12 Andy Wingo <wingo@pobox.com> * examples/pipeline-tester: New file, tests out gstreamer pipelines. The pipelines are a bit broken right now tho.
2005-07-12Moved all examples up from examples/gst/ into examples/.Andy Wingo12-19/+13
Original commit message from CVS: 2005-07-12 Andy Wingo <wingo@pobox.com> * configure.ac (AC_CONFIG_FILES): * examples/: Moved all examples up from examples/gst/ into examples/.
2005-07-12examples/gstplay: Removed examples for old gstplay.Andy Wingo3-203/+0
Original commit message from CVS: 2005-07-12 Andy Wingo <wingo@pobox.com> * examples/gstplay: Removed examples for old gstplay.
2005-07-05gst.play is gone in 0.9...Edward Hervey1-1/+1
Original commit message from CVS: * configure.ac: * Makefile.am: * gst/Makefile.am: * examples/Makefile.am: * testsuite/common.py: gst.play is gone in 0.9...
2005-06-17Backport from 0.8 branch and added new .defs file from GStreamer 0.9Edward Hervey3-1/+372
Original commit message from CVS: Backport from 0.8 branch and added new .defs file from GStreamer 0.9
2004-11-23Use gst.element_factory_make in play exampleJohan Dahlin1-1/+1
Original commit message from CVS: * examples/gst/play.py: * gst/gst-types.defs: * gst/gst.override: * testsuite/Makefile.am: * testsuite/common.py: * testsuite/event.py: * testsuite/test_event.py: Use gst.element_factory_make in play example Use boxed instead of pointer for gst.Event, it was such an ugly hack. Ref the event when sending using gst.element_send_event. Add a bunch of testcases (and a C module), renamed event to test_event.py
2004-11-09Use expose instead of after_realize_cb+idle_addJohan Dahlin1-7/+5
Original commit message from CVS: Use expose instead of after_realize_cb+idle_add
2004-11-05reinstate now that johan woke up and commited Makefile.amThomas Vander Stichele1-1/+1
Original commit message from CVS: reinstate now that johan woke up and commited Makefile.am
2004-11-05Add the makefile too, bla bla blaJohan Dahlin1-0/+6
Original commit message from CVS: Add the makefile too, bla bla bla
2004-11-05make autogen build workThomas Vander Stichele1-3/+1
Original commit message from CVS: make autogen build work
2004-11-04gst/gst.override (tag_foreach_func_list): Disable lists instead of raising ↵Johan Dahlin1-1/+2
an exception. Original commit message from CVS: * gst/gst.override (tag_foreach_func_list): Disable lists instead of raising an exception. * gst/gst-types.defs (ImplementsInterface, TagSetter): Define these here.
2004-10-17no idea who broke thisThomas Vander Stichele2-2/+3
Original commit message from CVS: no idea who broke this
2004-10-11Add examplesRELEASE-0_7_93Johan Dahlin1-1/+1
Original commit message from CVS: Add examples
2004-10-11more build fixesJohan Dahlin2-2/+7
Original commit message from CVS: more build fixes
2004-10-11and the gstplay examplesJohan Dahlin2-6/+6
Original commit message from CVS: and the gstplay examples
2004-10-11Update examples, remove some old non-functional ones and add newJohan Dahlin16-925/+354
Original commit message from CVS: Update examples, remove some old non-functional ones and add new
2004-08-12v4l example in progressThomas Vander Stichele1-0/+116
Original commit message from CVS: v4l example in progress