gstreamer/plugins/elements
Tim-Philipp Müller 96e954852f configure.ac: Use AC_SYS_LARGEFILE, which will set _FILE_OFFSET_BITS=64 and _LARGEFILE_SOURCE in config.h as required...
Original commit message from CVS:
* configure.ac:
Use AC_SYS_LARGEFILE, which will set _FILE_OFFSET_BITS=64
and _LARGEFILE_SOURCE in config.h as required. Do not
export those flags in our .pc files any longer (#142209).
Remove unused GST_DISABLE_OMEGA_COTHREADS stuff.
* gst/elements/gstfilesink.c: (gst_file_sink_class_init),
(gst_file_sink_do_seek), (gst_file_sink_event),
(gst_file_sink_get_current_offset), (gst_file_sink_render):
Redo seek/tell calls with large file support in mind; add some
debugging messages; add log message that tells us when large
file support is unavailable or not enabled for some reason.
* gst/elements/gstfilesrc.c: (gst_file_src_class_init):
Add log message that tells us when large file support
is unavailable or not enabled for some reason.
2005-07-30 15:00:07 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstbufferstore.c check/Makefile.am: remove GstData checks 2005-05-16 20:21:55 +00:00
gstbufferstore.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstcapsfilter.c gst/elements/gstcapsfilter.c: Allow NULL as possible value for filter_caps property, indicating GST_CAPS_ANY. 2005-06-16 17:50:16 +00:00
gstelements.c Moved fdsrc to gst-plugins. 2005-07-16 19:25:41 +00:00
gstfakesink.c Fix compilation and fix event serialization. 2005-07-27 18:47:48 +00:00
gstfakesink.h more autistic cleanliness in functions/names/defines 2005-07-14 09:35:12 +00:00
gstfakesrc.c docs/design/part-events.txt: Small update. 2005-07-22 11:47:10 +00:00
gstfakesrc.h more autistic cleanliness in functions/names/defines 2005-07-14 09:35:12 +00:00
gstfdsink.c gst/elements, testsuite: Null if we got it... 2005-07-05 10:58:21 +00:00
gstfdsink.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstfdsrc.c gst/elements/gstfdsrc.c gst/elements/gstfdsrc.h gst/elements/gstelements.c gst/elements/Makefile.am 2005-07-16 15:41:04 +00:00
gstfdsrc.h gst/elements/gstfdsrc.c gst/elements/gstfdsrc.h gst/elements/gstelements.c gst/elements/Makefile.am 2005-07-16 15:41:04 +00:00
gstfilesink.c configure.ac: Use AC_SYS_LARGEFILE, which will set _FILE_OFFSET_BITS=64 and _LARGEFILE_SOURCE in config.h as required... 2005-07-30 15:00:07 +00:00
gstfilesink.h more autistic cleanliness in functions/names/defines 2005-07-14 09:35:12 +00:00
gstfilesrc.c configure.ac: Use AC_SYS_LARGEFILE, which will set _FILE_OFFSET_BITS=64 and _LARGEFILE_SOURCE in config.h as required... 2005-07-30 15:00:07 +00:00
gstfilesrc.h more autistic cleanliness in functions/names/defines 2005-07-14 09:35:12 +00:00
gstidentity.c docs/design/part-events.txt: Small update. 2005-07-22 11:47:10 +00:00
gstidentity.h tests/network-clock.scm: Commentary update. 2005-07-01 16:46:59 +00:00
gstqueue.c Some docs updates 2005-07-27 18:33:03 +00:00
gstqueue.h gst/gstqueue.*: Propagate GstFlowReturn more intelligently upstream and output an ERROR/EOS when streaming stopped du... 2005-07-19 17:46:37 +00:00
gsttee.c gst/: The deprecated pad loop function is removed now. 2005-06-28 11:36:43 +00:00
gsttee.h Next big merge. 2005-03-21 17:34:02 +00:00
gsttypefindelement.c *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
gsttypefindelement.h happify buildbot 2005-05-25 16:09:34 +00:00
Makefile.am Moved fdsrc to gst-plugins. 2005-07-16 19:25:41 +00:00