gstreamer/examples
Jan Schmidt c05ba2d666 check/gst/gstvalue.c: Add a deserialisation test for fractions
Original commit message from CVS:
* check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
Add a deserialisation test for fractions
* examples/metadata/read-metadata.c: (message_loop),
(make_pipeline), (main):
Fix up metadata reading sample.
* gst/base/gstbasesink.c: (gst_base_sink_do_sync):
Debug format fix
* gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):
Don't try and fixate empty caps
* gst/gst_private.h:
Wrap in G_BEGIN_DECLS/G_END_DECLS
* gst/gstvalue.c: (gst_value_collect_fraction),
(gst_value_set_fraction), (gst_value_get_fraction_denominator),
(gst_value_transform_string_fraction),
(gst_value_compare_fraction):
Add some extra guards to ensure that we don't end up
with an invalid denominator of 0 in a gstfraction and
that fractions always get reduced.
2005-11-20 17:12:49 +00:00
..
appreader whitespace fixes 2005-10-15 15:53:59 +00:00
controller fixing examples fixing docs typos changing log priority in error situations 2005-10-26 18:57:43 +00:00
cutter whitespace fixes 2005-10-15 15:53:59 +00:00
events reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
helloworld configure.ac: reorganize clean up document more remove cruft 2005-10-15 13:58:18 +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 check/gst/gstvalue.c: Add a deserialisation test for fractions 2005-11-20 17:12:49 +00:00
mixer whitespace fixes 2005-10-15 15:53:59 +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 fixing examples fixing docs typos changing log priority in error situations 2005-10-26 18:57:43 +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 whitespace fixes 2005-10-15 15:53:59 +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