- major API breakage (one of the last, I promise...)
authorWim Taymans <wim.taymans@gmail.com>
Mon, 30 Dec 2002 17:42:11 +0000 (17:42 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 30 Dec 2002 17:42:11 +0000 (17:42 +0000)
commit347505bcb913188ed91296fc3aa1cd583209f262
tree645abbd2c5ddac5aa7176d5ae23f8eb2cb66fc41
parent8854eac1187b24fa8de3c82d04c762ace02e8bf3
- major API breakage (one of the last, I promise...)

Original commit message from CVS:
- major API breakage (one of the last, I promise...)
- GST_PAD_QUERY -> GST_QUERY
- GstPadQuery -> GstQuery
- Move query definitions to gstquery.h to allow for future dynamic
query types.
- remove _pad_handles_* in favour of extra format/event functions to
make the same checks.
- fix elements
- Implemented missing query/event/formats functions in gstelement
19 files changed:
gst/Makefile.am
gst/elements/gstfakesrc.c
gst/elements/gstfilesink.c
gst/elements/gstfilesrc.c
gst/gstelement.c
gst/gstelement.h
gst/gstevent.c
gst/gstevent.h
gst/gstformat.h
gst/gstindex.c
gst/gstpad.c
gst/gstpad.h
gst/gstquery.h [new file with mode: 0644]
libs/gst/bytestream/bytestream.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c
tests/seeking/seeking1.c
tools/gst-inspect.c