gst/gstpad.c: (gst_pad_set_getcaps_function)
authorSébastien Moutte <sebastien@moutte.net>
Sun, 19 Feb 2006 12:00:38 +0000 (12:00 +0000)
committerSébastien Moutte <sebastien@moutte.net>
Sun, 19 Feb 2006 12:00:38 +0000 (12:00 +0000)
commit3eb3b1c7429ce50740d43a68b574780ff1b4c62f
tree52d0fa644480baea69b28c263193679d79f7cdec
parent70e4214ebfb1883c7788826d3a6834446739c76f
gst/gstpad.c: (gst_pad_set_getcaps_function)

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_set_event_function),
(gst_pad_set_query_function), (gst_pad_set_query_type_function),
(gst_pad_set_getcaps_function)
* gst/parse/grammar.y: (gst_parse_found_pad), (gst_parse_perform_delayed_link)
Fixed NULL pointer used in GST_CAT_DEBUG using GST_STR_NULL macro
So now, we can use --gst-debug-level=5 on Windows
* win32/common/libgstcontroller.def:
Added export of gst_controller_init
* win32/vs6/libgstcontroller.dsp:
Fixed Release post build configuration
ChangeLog
gst/gstpad.c
gst/parse/grammar.y
win32/common/libgstcontroller.def
win32/vs6/libgstcontroller.dsp