Fix typo, credits and make functions static, (patch from stephane fillod - thanks)
[melted] / src / modules / core / filter_data_feed.c
index 3f70a13..4cf0e73 100644 (file)
@@ -115,6 +115,9 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame )
 
                                // Push it on to the queue
                                mlt_deque_push_back( data_queue, feed );
+
+                               // Make sure this attribute only gets processed once
+                               mlt_properties_set_int( frame_properties, name, 0 );
                        }
                }
        }