GNOME Bugzilla – Bug 93218
Warning printed when changing the state of a pipeline that doesn't have all it's pads connected
Last modified: 2004-12-22 21:47:04 UTC
When you change the state of a pipeline which doesn't have all it's pads connected, a warning is dumped to the terminal. The case where this can happen is when a pad is newly created, and you pause the pipeline in the new-pad callback. Attached patch fixes it by checking if the peer pad is NULL.
Created attachment 11062 [details] [review] Check if peer pad is null before casting it
Created attachment 11063 [details] [review] I'd rather see the patch this way:
Ronald commited patch. closing bug.