gstreamer/gst/elements
Wim Taymans 7612a38449 gst/: API change fix.
Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_commit_state),
(gst_base_sink_handle_object), (gst_base_sink_query), (do_playing):
* gst/base/gstbasesrc.c: (gst_base_src_query):
* gst/elements/gstfilesink.c: (gst_file_sink_query):
* gst/elements/gsttypefindelement.c:
(gst_type_find_handle_src_query), (find_element_get_length),
(gst_type_find_element_activate):
API change fix.

* gst/gstquery.c: (gst_query_new_position),
(gst_query_set_position), (gst_query_parse_position),
(gst_query_new_duration), (gst_query_set_duration),
(gst_query_parse_duration), (gst_query_set_segment),
(gst_query_parse_segment):
* gst/gstquery.h:
Bundling query position/duration is not a good idea since duration
does not change much and we don't want to recalculate it for every
position query, so they are separated again..
Base value in segment query is not needed.

* gst/gstqueue.c: (gst_queue_handle_src_query):
* gst/gstutils.c: (gst_element_query_position),
(gst_element_query_duration), (gst_pad_query_position),
(gst_pad_query_duration):
* gst/gstutils.h:
Updates for query API change.
Added some docs here and there.
2005-10-19 15:50:10 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstbufferstore.c whitespace fixes 2005-10-15 15:30:24 +00:00
gstbufferstore.h gst/: splitted gsttypefind into gsttypefind, gsttypefindfactory 2005-09-07 12:35:23 +00:00
gstcapsfilter.c whitespace fixes 2005-10-15 15:30:24 +00:00
gstelements.c configure.ac: use the gettext macro 2005-10-16 09:20:52 +00:00
gstfakesink.c whitespace fixes 2005-10-15 15:30:24 +00:00
gstfakesink.h remove the sync property from fakesink. 2005-09-20 15:45:42 +00:00
gstfakesrc.c gst/elements/: Beautify 'last-message' output: print 'none' for buffer timestamps and durations if none is set; impro... 2005-10-14 14:10:24 +00:00
gstfakesrc.h gst/elements/: fix some signedness 2005-10-13 17:43:36 +00:00
gstfdsink.c whitespace fixes 2005-10-15 15:30:24 +00:00
gstfdsink.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstfdsrc.c whitespace fixes 2005-10-15 15:30:24 +00:00
gstfdsrc.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstfilesink.c gst/: API change fix. 2005-10-19 15:50:10 +00:00
gstfilesink.h more autistic cleanliness in functions/names/defines 2005-07-14 09:35:12 +00:00
gstfilesrc.c whitespace fixes 2005-10-15 15:30:24 +00:00
gstfilesrc.h Various fixes for unseekable, unmmapable, and non-normal files, so that fallback to read() rather than mmap() works. 2005-09-08 17:23:57 +00:00
gstidentity.c whitespace fixes 2005-10-15 15:30:24 +00:00
gstidentity.h whitespace fixes 2005-10-15 15:30:24 +00:00
gsttee.c whitespace fixes 2005-10-15 15:30:24 +00:00
gsttee.h whitespace fixes 2005-10-15 15:30:24 +00:00
gsttypefindelement.c gst/: API change fix. 2005-10-19 15:50:10 +00:00
gsttypefindelement.h whitespace fixes 2005-10-15 15:30:24 +00:00
Makefile.am configure.ac: correctly make conditionals 2005-10-15 15:52:08 +00:00