gstreamer/examples
Ronald ac8289c7a9 Merged in popt removal + GOption addition patch from Ronald, bug #169772.
Original commit message from CVS:
2005-10-10  Andy Wingo  <wingo@pobox.com>

Merged in popt removal + GOption addition patch from Ronald, bug
#169772.

* docs/gst/gstreamer-sections.txt: Add STATE_(UN)LOCK_FULL, move
GstElement macros around, remove popt-related symbols, add goption
stuff.

* configure.ac: Remove popt checks, require GLib 2.6 for GOption.

* docs/gst/Makefile.am:
* docs/libs/Makefile.am: No POPT_CFLAGS.

* examples/manual/Makefile.am:
* docs/manual/basics-init.xml: Doc updates with an example.

* gst/gst.c: (gst_init_get_option_group), (gst_init_check),
(gst_init), (parse_one_option), (parse_goption_arg):
* gst/gst.h: Removed gst_init_with_popt_table and friends. Took a
bit of hand merging and debugging to get the GOption stuff working
tho.

* tests/Makefile.am:
* tools/Makefile.am:
* tools/gst-inspect.c: (main):
* tools/gst-launch.c: (main):
* tools/gst-run.c: (main):
* tools/gst-xmlinspect.c: (main): Thanks Ronald!
2005-10-10 15:53:59 +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 Merged in popt removal + GOption addition patch from Ronald, bug #169772. 2005-10-10 15:53: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 maintenance updates 2005-09-05 11:54:55 +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