~thong-u/unoptimized/+git/gstreamer:BRANCH-INCSCHED1

Last commit made on 2001-05-25
Get this branch:
git clone -b BRANCH-INCSCHED1 https://git.launchpad.net/~thong-u/unoptimized/+git/gstreamer

Branch merges

Branch information

Name:
BRANCH-INCSCHED1
Repository:
lp:~thong-u/unoptimized/+git/gstreamer

Recent commits

e4de736... by Erik Walthinsen <email address hidden>

Merged from HEAD into INCSCHED on 200105251

Original commit message from CVS:
Merged from HEAD into INCSCHED on 200105251

9b53fb1... by Wim Taymans

Cleaned up the makefile a bit.

Original commit message from CVS:
Cleaned up the makefile a bit.

e665200... by Wim Taymans

Remove deprecated methods.

Original commit message from CVS:
Remove deprecated methods.

18258a7... by Wim Taymans

Removed some unused functions in gstbin

Original commit message from CVS:
Removed some unused functions in gstbin
Fixed a compiler warning.

14897b5... by Erik Walthinsen <email address hidden>

forgot to unset SPINNING, no idea how it worked before, maybe this will fix wtay's case

Original commit message from CVS:
forgot to unset SPINNING, no idea how it worked before, maybe this will fix wtay's case

91afe9c... by Erik Walthinsen <email address hidden>

Swapped PAUSED and PLAYING states, reworked thread interlocking.

Original commit message from CVS:
Swapped PAUSED and PLAYING states, reworked thread interlocking.
States are now: NULL <-> READY <-> PAUSED <-> PLAYING.

Had do update dv1394src, gst_arts, and xmmsinput, please test these out!

Cleaned up DEBUG output in several places to by much much less verbose
but still just as useful (denser).

4167e70... by Wim Taymans

Small fixes to various test apps.

Original commit message from CVS:
Small fixes to various test apps.

de8d436... by Wim Taymans

If the arg looks like a URI, gnomevfs is used, if gnomevfs is not found and the URI starts with file:/, disksrc is used.

Original commit message from CVS:
If the arg looks like a URI, gnomevfs is used, if gnomevfs is not found and
the URI starts with file:/, disksrc is used.

a7cd58c... by Erik Walthinsen <email address hidden>

fixed some interruptability problems with thread and queue

Original commit message from CVS:
fixed some interruptability problems with thread and queue

a74b02d... by Wim Taymans

Fixed the media player so that it works with incsched.

Original commit message from CVS:
Fixed the media player so that it works with incsched.
Removed the thread and add the _iterate to the g_idle_loop, this makes the
GUI very cluncky but is needed because we cannot chance the state of a thread
inside the threads context yet.