gstreamer/testsuite
Andy Wingo e040bb2dbe gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags.
Original commit message from CVS:
2005-09-02  Andy Wingo  <wingo@pobox.com>

* gst/gstelement.h (GstState): Renamed from GstElementState,
changed to be a normal enum instead of flags.
(GstStateChangeReturn): Renamed from GstElementStateReturn, names
munged to be GST_STATE_CHANGE_*.
(GST_STATE_CHANGE): Renamed from GST_STATE_TRANSITION, updated to
work with the new state representation.
(GstStateChange): New enumeration of possible state transitions.
Replaces GST_STATE_FOO_TO_BAR with GST_STATE_CHANGE_FOO_TO_BAR.
(GstElementClass::change_state): Pass the GstStateChange along as
an argument. Helps language bindings, so they don't have to use
tricky lock-needing macros like GST_STATE_CHANGE ().

* scripts/update-states (file): New script. Run it on a file to
update it for state naming and API changes. Updates files in
place.

* All files updated for the new API.
2005-09-02 15:42:00 +00:00
..
bytestream gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
caps move two testsuite apps over to the check dir 2005-07-13 13:10:18 +00:00
cleanup *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
controller added controller code removed dparam pc files 2005-08-02 21:35:34 +00:00
debug merges from 0.8 for 64 bit issues 2005-05-02 15:20:30 +00:00
dlopen *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
elements Purge GstAtomic stuff from docs and win32 makefiles as well 2005-05-06 17:33:55 +00:00
indexers more print format fixes 2005-05-02 15:31:36 +00:00
negotiation fold enumcaps into caps/; clean up Makefile.am files 2004-07-28 11:43:04 +00:00
pad *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
parse gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
plugin fold enumcaps into caps/; clean up Makefile.am files 2004-07-28 11:43:04 +00:00
refcounting *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
registry *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
schedulers gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
states gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
threads gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
trigger gst/elements/: New element that acts like an identity, but filters caps. Will eventually replace filtered caps in pa... 2005-04-23 23:29:47 +00:00
.gitignore ignore some more 2004-03-15 17:26:30 +00:00
Makefile.am added controller code removed dparam pc files 2005-08-02 21:35:34 +00:00
Rules change plugin path 2004-07-02 10:15:14 +00:00