]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_data_feed.c
Sundry minor updates
[mlt] / src / modules / core / filter_data_feed.c
index 3f70a1326d67bb9c63422285b2a4fb22516f6f03..4cf0e732b20fcea19086896619c1f0f2bfaa1183 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 );
                        }
                }
        }