gstreamer/testsuite
Benjamin Otte f1d9a4c380 gst/gsttypes.h: get rid of GST_O_READONLY, GST_FILE_MODE_READ and
Original commit message from CVS:
* gst/gsttypes.h:
get rid of GST_O_READONLY, GST_FILE_MODE_READ and
GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
just causes support madness
* gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
make it work without this
* gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
(gst_file_index_commit):
glib IO channels don't want binary mode
* testsuite/bytestream/filepadsink.c: (main):
* testsuite/bytestream/test1.c: (read_param_file):
use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
2004-07-12 21:57:35 +00:00
..
bins fix Rules 2004-05-04 12:47:58 +00:00
bytestream gst/gsttypes.h: get rid of GST_O_READONLY, GST_FILE_MODE_READ and 2004-07-12 21:57:35 +00:00
caps more tests fixing 2004-07-02 13:54:59 +00:00
cleanup fix testsuite 2004-07-02 13:29:11 +00:00
clock gst/gstclock.h: GST_SECOND shouldn't cause a conversion to unsigned. 2004-07-11 18:19:54 +00:00
debug testsuite/debug/commandline.c: Call ./commandline, not argv[0]. Calling yourself is probably not the best way to con... 2004-05-18 22:49:52 +00:00
dlopen reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
dynparams more tests fixing 2004-07-02 13:54:59 +00:00
elements testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
enumcaps Oops, forgot new files 2004-07-07 04:25:23 +00:00
ghostpads testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
indexers testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
negotiation gst/gstpad.c: refuse to link if the link is not possible 2004-04-21 19:12:51 +00:00
parse gst/gstvalue.c: add serialization and comparison functions for long, int64, enum and float values 2004-05-18 01:36:14 +00:00
plugin tell us more about your failure 2004-05-19 18:50:35 +00:00
refcounting testsuite/refcounting/pad.c: fix test 2004-04-22 05:08:19 +00:00
schedulers Implemented group splitting and rechaining. 2004-07-08 15:24:20 +00:00
states set PENDING on bin correctly for special case. fixes testsuite again. 2004-07-12 10:03:04 +00:00
tags testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
threads testsuite/threads/: added test to check if problem when removing all elements from a 2004-07-09 14:18:35 +00:00
.gitignore ignore some more 2004-03-15 17:26:30 +00:00
Makefile.am re-enable states and add test 2004-07-09 08:43:34 +00:00
Rules change plugin path 2004-07-02 10:15:14 +00:00
test_gst_init.c gst-indent run on core 2004-03-13 15:27:01 +00:00