Add method to conveniently check the name of a custom event with gst_event_has_name().
authorWim Taymans <wim.taymans@gmail.com>
Tue, 29 Apr 2008 11:23:51 +0000 (11:23 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 29 Apr 2008 11:23:51 +0000 (11:23 +0000)
commitcf45b883495b4e1953af276c53b457483ecd9982
tree60781ee62919d72e6bce702da0e23d7a9d22b3a0
parent18c5c020d33da32e5e0b3be45444fd0149db2ac3
Add method to conveniently check the name of a custom event with gst_event_has_name().

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstevent.c: (gst_event_has_name):
* gst/gstevent.h:
* tests/check/gst/gstevent.c: (GST_START_TEST):
Add method to conveniently check the name of a custom event with
gst_event_has_name().
Reformat the event docs so that related methods are put together instead
of the default alphabetical sort.
Update unit test with new method.
API: GstEvent::gst_event_has_name()
ChangeLog
docs/gst/gstreamer-sections.txt
gst/gstevent.c
gst/gstevent.h
tests/check/gst/gstevent.c