summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 0.3.11stream-engine_0.3.11Robert McQueen2006-11-011-1/+1
* add ChangeLog to boring to stop it creeping backRobert McQueen2006-11-011-0/+1
* remove totally incomplete ChangeLogRobert McQueen2006-11-011-23/+0
* Removed ffmpegcolorspace between tee and sink, set preview xv sink to READY ...2006-11-011-8/+4
* Some extra debugs2006-11-011-0/+4
* patch by Zeeshan Ali <zeeshan.ali@nokia.com>: allow setting video source FPS ...Dafydd Harries2006-11-012-1/+40
* resolve conflict2006-11-011-0/+1
* make previous patch compile2006-10-302-6/+7
* clean up media server proxy in a safe manner2006-10-301-19/+21
* Tell set_stream_sending() to simply unlink/relink tee to stream bin if a vide...2006-10-252-29/+1
* Make s-e pipeline more efficient (block source when no one is listening), als...2006-10-251-76/+14
* set name on video src bin if created from env var2006-10-301-0/+1
* version 0.3.10.12006-10-261-1/+1
* version 0.3.10stream-engine_0.3.102006-10-261-1/+1
* assert that pipeline description produced a bin2006-10-261-0/+1
* Tell set_stream_sending() to simply unlink/relink tee to stream bin if a vide...2006-10-252-4/+22
* Make s-e pipeline more efficient (block source when no one is listening), als...2006-10-251-11/+83
* don't free NULL GError2006-10-231-3/+7
* add debug message for close request2006-10-231-0/+2
* cope better with Maemo media server not running2006-10-231-20/+10
* fix type-punning warning on bin iterator2006-10-201-2/+4
* channel.c: remove unused dummy_callback2006-10-201-8/+0
* Implement a shutdown() method in stream-engine2006-10-196-4/+70
* version 0.3.9.12006-10-181-1/+1
* version 0.3.9stream-engine_0.3.92006-10-181-1/+1
* set pipeline to playing after adding window pair2006-10-181-2/+2
* print source of prepare-xwindow-id message2006-10-181-1/+2
* search through bins to find sink belonging to window pair2006-10-181-0/+24
* add window to window pairs list before getting the pipeline2006-10-181-1/+1
* bump version to 0.3.8Robert McQueen2006-10-111-1/+1
* TpStreamEngine: if MAEMO_OSSO_SUPPORT is enabled, look for "gconfv4l2src" in ...Robert McQueen2006-10-111-2/+7
* Hook up SetStreamSending signals to farsight_stream_set_sendingRobert McQueen2006-10-111-0/+22
* Propagate channel error to all streams instead of sessions2006-10-173-5/+29
* Properly handle gst errors in async bus handler and exit()2006-10-161-16/+23
* TpStreamEngine: ignore BadValue errors on preview/output windows (they can ha...stream-engine_0.3.7Robert McQueen2006-10-101-0/+45
* XErrorHandler: add signal for BadValue errorsRobert McQueen2006-10-101-0/+14
* Build the videosink from the environment variable if set.Zeeshan Ali2006-10-102-4/+25
* version 0.3.72006-10-101-1/+1
* remove null_stream argument from _remove_video_sink and null it manually in t...Robert McQueen2006-10-101-13/+12
* remove overly defensive ref/unref of sink; it defends against a case which we...Robert McQueen2006-10-101-3/+1
* only stop the stream on set_playing (false) if it was startedRobert McQueen2006-10-101-1/+1
* Add new dbus signal "received" on StreamEngine to signal when we are receivin...Philippe Kalaf2006-10-1011-2/+76
* Fix volume setting bugPhilippe Kalaf2006-10-101-2/+4
* Cleanup xvimagesink leaks and shutdown sequence2006-10-052-13/+24
* fix _remove_video_sink call2006-10-041-1/+1
* remove video sink when the stream is stopped rather than when the window is d...2006-10-041-3/+3
* have a helper function to remove the output window, and call it from both set...Robert McQueen2006-10-041-15/+31
* fix stream stuff2006-10-041-6/+5
* set output window to 0 on stream dispose2006-10-041-0/+3
* remove video sink from pipeline when output window changes2006-10-041-1/+10