Commit graph

1425 commits

Author SHA1 Message Date
Thomas Vander Stichele fd99a84629 threads back in ?
Original commit message from CVS:
threads back in ?
2001-12-08 13:57:17 +00:00
Thomas Vander Stichele fe6ae5be4c added GST_CFLAGS to fix make distcheck
Original commit message from CVS:
added GST_CFLAGS to fix make distcheck
2001-12-08 13:41:52 +00:00
Thomas Vander Stichele 18aca1752a Anyone ever used sdlvideosink recently ??? I would find that hard to believe since the check didn't even set HAVE_SDL...
Original commit message from CVS:

Anyone ever used sdlvideosink recently ??? I would find that hard to believe since the check didn't even set HAVE_SDL ...
2001-12-08 09:49:08 +00:00
Thomas Vander Stichele a4340fa71f this one actually *does* work ;)
Original commit message from CVS:
this one actually *does* work ;)
2001-12-08 09:30:43 +00:00
Andrew Mitchell 69a0948597 Edited some plugin descriptions
Original commit message from CVS:
Edited some plugin descriptions
2001-12-08 00:56:53 +00:00
Wim Taymans feccf55162 Added the rtp define
Original commit message from CVS:
Added the rtp define
2001-12-08 00:33:40 +00:00
Wim Taymans 4c8f1ac9b9 Removed the rtp header checks. can someone fix this?
Original commit message from CVS:
Removed the rtp header checks. can someone fix this?
2001-12-08 00:31:37 +00:00
Christian Schaller 50e9ee7a02 - More fixes on the SPEC file in preparation for 0.3.0
Original commit message from CVS:
2001-08-12 Christian Schaller <uraeus@linuxrising.org>
- More fixes on the SPEC file in preparation for 0.3.0
2001-12-08 00:16:58 +00:00
Wim Taymans 6a1b88eea2 Removed more obsolete CFLAGS
Original commit message from CVS:
Removed more obsolete CFLAGS
2001-12-07 20:32:30 +00:00
Wim Taymans 0d509c73b7 Removed obolete CFLAGS
Original commit message from CVS:
Removed obolete CFLAGS
2001-12-07 20:29:14 +00:00
Thomas Vander Stichele 65ff36477b small change
Original commit message from CVS:
small change
2001-12-07 20:06:29 +00:00
Thomas Vander Stichele aa96d882b0 does this little tweak fix the make distcheck in gst/types not finding the gst/gst.h header ?
Original commit message from CVS:
does this little tweak fix the make distcheck in gst/types not finding the
gst/gst.h header ?
2001-12-07 18:23:37 +00:00
Thomas Vander Stichele 03ae7e61aa libglade should work now
Original commit message from CVS:
libglade should work now
2001-12-07 17:50:01 +00:00
Thomas Vander Stichele db9b930636 changed libxml check
Original commit message from CVS:
changed libxml check
2001-12-07 17:03:44 +00:00
Thomas Vander Stichele 2b58901080 forgot gnome for libglade
Original commit message from CVS:
forgot gnome for libglade
2001-12-07 16:30:18 +00:00
Thomas Vander Stichele 92fc9ab1bf tried to fix the libglade check as per uraeus's request
Original commit message from CVS:
tried to fix the libglade check as per uraeus's request
2001-12-06 23:47:07 +00:00
Christian Schaller 9d73f2a3b4 - First draft at new SPEC file for the 0.3.0 release
Original commit message from CVS:
2001-12-06 Christian Schaller <Uraeus@linuxrising.org>
- First draft at new SPEC file for the 0.3.0 release
2001-12-06 22:02:05 +00:00
Thomas Vander Stichele 3b3753f55e one more fix
Original commit message from CVS:
one more fix
2001-12-06 21:45:51 +00:00
Thomas Vander Stichele 90160b0202 fixed FIXME's
Original commit message from CVS:
fixed FIXME's
2001-12-06 21:40:23 +00:00
Arik Devens 88fdf0bf16 added a case for alt+enter switching fullscreen to simulate windows media player
Original commit message from CVS:
added a case for alt+enter switching fullscreen to simulate windows media player
2001-12-06 13:38:10 +00:00
Arik Devens 02c06eeb1f a working makefile.am and new key event handling for q to leave fullscreen and space to pause/play media
Original commit message from CVS:
a working makefile.am and new key event handling for q to leave fullscreen and space to pause/play media
2001-12-06 12:56:10 +00:00
Wim Taymans 4af36c2ac6 Added some ramblings about a messaging system idea..
Original commit message from CVS:
Added some ramblings about a messaging system idea..
2001-12-05 21:01:43 +00:00
Wim Taymans f6d86c4a98 Added a thread test case.
Original commit message from CVS:
Added a thread test case.
2001-12-05 18:39:20 +00:00
Thomas Vander Stichele a9cf947b15 someone forgot a certain Makefile.am
Original commit message from CVS:
someone forgot a certain Makefile.am
2001-12-05 15:33:53 +00:00
Thomas Vander Stichele 882746000e added little comment
Original commit message from CVS:
added little comment
2001-12-05 15:32:04 +00:00
wrobell 08eaa11259 - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui...
Original commit message from CVS:
- added playondemand plugin by Leif Morgan Johnson <lmjohns3@eos.ncsu.edu>
- some fixes to int2float
- aplied a patch from wrobell <wrobell@ite.pl> that is a first attempt at
making automake 1.5 happy (gst now requires automake1.5). It's still not
perfect but it builds.
- Made the schedulers plugable. The default scheduler now lives inside a
plugin.
- Added a new mpeg1/2 parser/demuxer.
- Fixed some compiler warnings in the core libs.
- substantial work to GstThread (hopefully less race conditions). simplified
the code in GstThread a bit. A state change can now also happen in the
thread context.
- reworked the state semantics of a bin. it'll now automatically get the
highest state of its children.
- the autoplugger now nests the threads so that a state change failure of
one thread doesn't make its upstream thread lock.
- GstQueue refuses to go to PLAYING if the sinkpad is not connected. This
way the queue will not wedge in the _get lock.
- GstQueue unlocks its mutexes when going to PAUSED.
- make sure that when all elements in a bin/thread go to PAUSED, the bin
is set to PAUSED too.
- make a parent bin wait for its children to PAUSE before ending the
iteration with FALSE (EOS)
- Some changes to GstPlay to deal with EOS.
- aplied the latest patch from Zeenix to gstrtp.

end result: GstPlay doesn't crash on EOS and the pipeline is now shut down
properly.
2001-12-04 22:12:50 +00:00
Arik Devens d0cfa2dabd Added some simple code to hide the cursor on fullscreen, also got rid of some warnings. this is a small update before...
Original commit message from CVS:
Added some simple code to hide the cursor on fullscreen, also got rid of some warnings. this is a small update before the new gstplay lands.
2001-12-04 15:16:01 +00:00
Thomas Vander Stichele fe917f5b13 added one of the headers to Makefile.am
Original commit message from CVS:
added one of the headers to Makefile.am
2001-12-03 21:41:36 +00:00
Steve Baker 0b0874bfed the beginnings of a testsuite for dparams. it works but it doesn't test anything yet
Original commit message from CVS:
the beginnings of a testsuite for dparams. it works but it doesn't test anything yet
2001-11-29 20:36:46 +00:00
Steve Baker f99520e539 now require gst_control_init to initialise dparams
Original commit message from CVS:
now require gst_control_init to initialise dparams
2001-11-29 20:32:49 +00:00
Steve Baker 781018c528 now require gst_control_init to initialise dparams. a start has been made on disposing of the objects as well
Original commit message from CVS:
now require gst_control_init to initialise dparams. a start has been made on disposing of the objects as well
2001-11-29 20:31:53 +00:00
Thomas Vander Stichele 1056fce9b6 I tried my best
Original commit message from CVS:
I tried my best
2001-11-28 09:44:38 +00:00
Thomas Vander Stichele ef4e4972d3 void value should be ignored
Original commit message from CVS:
void value should be ignored
2001-11-28 09:40:33 +00:00
Thomas Vander Stichele 1a2d1c4195 trying to fix make distcheck
Original commit message from CVS:
trying to fix make distcheck
2001-11-28 09:33:28 +00:00
Thomas Vander Stichele d678f74f2c temporarily removed refcounting
Original commit message from CVS:
temporarily removed refcounting
2001-11-27 22:56:22 +00:00
Thomas Vander Stichele d9a77b64c8 removed bin from tests
Original commit message from CVS:
removed bin from tests
2001-11-27 22:06:29 +00:00
Wim Taymans fbc4cff87c pseudo code describing a GstThread synchronisation proposal. pretty similar to what there is now but with some subtle...
Original commit message from CVS:
pseudo code describing a GstThread synchronisation proposal. pretty
similar to what there is now but with some subtle differences.
2001-11-27 22:01:12 +00:00
Andy Wingo ac66719205 fix stupid commit
Original commit message from CVS:
fix stupid commit
2001-11-27 21:36:18 +00:00
Andy Wingo d141a6318d for the love of god, let this be the last distcheck fix in this dir
Original commit message from CVS:
for the love of god, let this be the last distcheck fix in this dir
2001-11-27 21:09:40 +00:00
Andy Wingo cc8ab439cd try some more to fix make distcheck
Original commit message from CVS:
try some more to fix make distcheck
2001-11-26 19:24:11 +00:00
Andy Wingo e3664eda31 use fake* instead of other elements
Original commit message from CVS:
use fake* instead of other elements
2001-11-26 01:55:36 +00:00
Andy Wingo d11dd78e24 make the test case clearer and better commented. i now think that this is a cothreads problem.
Original commit message from CVS:
make the test case clearer and better commented. i now think that this is a cothreads problem.
2001-11-26 01:48:19 +00:00
Wim Taymans a2a8224907 Added the glade cflags
Original commit message from CVS:
Added the glade cflags
2001-11-25 22:17:57 +00:00
Andy Wingo dd0f953d7f fixed mainloop for non-glib2 this is a hack, we really need to fix this properly so i don't have to do this in every ...
Original commit message from CVS:
fixed mainloop for non-glib2
this is a hack, we really need to fix this properly so i don't have to do this in every file
2001-11-25 15:58:58 +00:00
Andy Wingo 3bc78f5d9e i've added a testcase where the scheduler fails. i don't know enough about the scheduler to fix it, though. the seque...
Original commit message from CVS:
i've added a testcase where the scheduler fails. i don't know enough about
the scheduler to fix it, though. the sequence goes:
- make a pipeline, iterate it once
- re-use one of the elements in a new pipeline, see if it works
2001-11-25 06:30:34 +00:00
Andy Wingo d1e9cc692b quoting from the comment i put in gststaticautoplug.c: it is likely that the plugin is not loaded yet. thus when it l...
Original commit message from CVS:
quoting from the comment i put in gststaticautoplug.c:

it is likely that the plugin is not loaded yet. thus when it loads it
will replace the elementfactory that gst built from the cache, and the
GST_OBJECT_NAME will no longer be valid. thus we must g_strdup its name.

this might be an implementation problem, i don't know, if a program keeps
a reference to a cached factory after a factory has been added on plugin
initialization. i really don't know though.
2001-11-24 20:37:40 +00:00
Andy Wingo dfcbeb714e GstObject is no longer instantiatable in glib2
Original commit message from CVS:
GstObject is no longer instantiatable in glib2
2001-11-24 20:04:47 +00:00
Andy Wingo 04da163496 fixed a double-unreffing problem when disposing of elements
Original commit message from CVS:
fixed a double-unreffing problem when disposing of elements
2001-11-24 02:49:54 +00:00
Andy Wingo 680fdd6ce7 cleaned up mangling of properties and names in ladspa by using g_strcanon added g_strcanon to gobject2gtk.[ch], not t...
Original commit message from CVS:
* cleaned up mangling of properties and names in ladspa by using g_strcanon
* added g_strcanon to gobject2gtk.[ch], not tested though
2001-11-23 04:20:54 +00:00
Zaheer Abbas Merali ec3cd024d3 Added a plugin to generate pure silence :)
Original commit message from CVS:
Added a plugin to generate pure silence :)
2001-11-21 23:07:36 +00:00