gst/gstbin.c: The message src can be NULL, don't try to print the object names in...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 10 Oct 2008 10:38:12 +0000 (10:38 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 10 Oct 2008 10:38:12 +0000 (10:38 +0000)
commitbc8e36788554a9764a5d50dbe57ce781adb4182e
tree7fba247e4909e8cfe1873fd65c768e5a94a06303
parentb3403511eab7ed57405c3bf74ef5c119256ff53a
gst/gstbin.c: The message src can be NULL, don't try to print the object names in that case.

Original commit message from CVS:
* gst/gstbin.c: (gst_bin_remove_func), (update_degree),
(gst_bin_handle_message_func):
The message src can be NULL, don't try to print the object names in that
case.
* libs/gst/base/gstbasesink.c: (gst_base_sink_pad_activate):
Add some more debug info.
* tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
(GST_START_TEST):
Add some debug.
Fix the test, pull based sinks go ASYNC to PAUSED, just like other
scheduling modes.
ChangeLog
gst/gstbin.c
libs/gst/base/gstbasesink.c
tests/check/pipelines/simple-launch-lines.c