gstreamer/examples
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
..
appreader *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
controller check/gst-libs/controller.c: more tests 2005-08-29 19:59:52 +00:00
cutter *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
events reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
helloworld examples/: Update a couple of the examples to work again. 2005-07-06 16:22:47 +00:00
helloworld2 *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
launch reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
manual Add probe example. 2005-06-29 16:57:59 +00:00
metadata gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
mixer *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
pingpong reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
plugins gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
pwg docs/pwg/: Rewrite scheduling-chapter for scheduling model in 0.9. Add lots of example code and explanation for pad a... 2005-07-11 15:18:32 +00:00
queue examples/: Update a couple of the examples to work again. 2005-07-06 16:22:47 +00:00
queue2 examples/: Update a couple of the examples to work again. 2005-07-06 16:22:47 +00:00
queue3 reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
queue4 reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
retag reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
thread *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
typefind reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
xml reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
Makefile.am Add metadata reading example that loops over a list of filenames, dumping any tags found. 2005-08-26 13:28:01 +00:00