RidgeRun / gst-interpipe

GStreamer plug-in for interpipeline communication
Other
145 stars 64 forks source link

interpipesrc: Fix NULL pointer dereference when flushing #7

Closed bshankstd closed 7 years ago

bshankstd commented 7 years ago

If the parent class create() doesn't return FLOW_OK (for example when it's flushing), *buf is NULL and should not be dereferenced.

michaelgruner commented 7 years ago

We have absorbed your improvements, they are highly appreciated.