framelinksrc: don't push out an old buffer and report dropped frames

This commit is contained in:
Joshua M. Doe
2014-01-15 15:53:26 -05:00
parent 61b7040c2d
commit 9e585ffd46
2 changed files with 19 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ struct _GstFramelinkSrc
{
GstPushSrc base_framelinksrc;
guint last_buffer_number;
gint dropped_frame_count;
gboolean acq_started;