docs/random/mimetypes: update docs for audio/x-raw-float. Add "buffer-frames=0 means...
authorBenjamin Otte <otte@gnome.org>
Thu, 29 Jan 2004 02:24:52 +0000 (02:24 +0000)
committerBenjamin Otte <otte@gnome.org>
Thu, 29 Jan 2004 02:24:52 +0000 (02:24 +0000)
commit807937481e2305da12a4bc5e846e0879fe0b7ed7
tree6643b07717bcf1c3e95d5059fcbb1a25c541b407
parenta842daf05e4d3d5c240ce259707cd695c0dc72a6
docs/random/mimetypes: update docs for audio/x-raw-float. Add "buffer-frames=0 means undefined"

Original commit message from CVS:
2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* docs/random/mimetypes:
update docs for audio/x-raw-float. Add "buffer-frames=0 means
undefined"
* gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
make it only work in NULL.
* gst/gstcaps.c:
don't posion NULL caps
* gst/gstelement.c: (gst_element_set_time):
add debugging statement
* gst/gstelement.c: (gst_element_emit_found_tag),
(gst_element_found_tag_func), (gst_element_found_tags):
* gst/gstelement.h:
These functions take const taglists
* gst/gstpad.c: (gst_pad_proxy_getcaps):
fix memleak
* gst/gstpad.c: (gst_pad_event_default):
make more effort on handling discont and clocks, g_warn if everything
fails
* gst/gststructure.c: (gst_structure_remove_fields),
(gst_structure_remove_fields_valist):
* gst/gststructure.h:
add gst_structure_remove_fields(_valist)
* gst/gsttag.c:
fix doc glitch
12 files changed:
ChangeLog
docs/random/mimetypes
gst/elements/gstfilesrc.c
gst/gstcaps.c
gst/gstelement.c
gst/gstelement.h
gst/gstpad.c
gst/gststructure.c
gst/gststructure.h
gst/gsttag.c
gst/gsttaglist.c
plugins/elements/gstfilesrc.c