~sipe-collab/sipe-collab/gstreamer-plugins-base

« back to all changes in this revision

Viewing changes to gst/typefind/gsttypefindfunctions.c

  • Committer: Sebastian Dröge
  • Date: 2014-04-19 13:47:47 UTC
  • mfrom: (1.1.23)
  • Revision ID: git-v1:d06393f82dba0d5f13ec2e66275d75cf8178fe5c
Merge tag 'upstream/1.2.4'

Upstream version 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
2587
2587
    data_scan_ctx_advance (tf, &c, 1);
2588
2588
  }
2589
2589
 
2590
 
  if (good > 0 && bad == 0)
2591
 
    gst_type_find_suggest (tf, GST_TYPE_FIND_LIKELY, H263_VIDEO_CAPS);
2592
 
  else if (good > 2 * bad)
 
2590
  GST_LOG ("good: %d, bad: %d", good, bad);
 
2591
 
 
2592
  if (good > 2 * bad)
2593
2593
    gst_type_find_suggest (tf, GST_TYPE_FIND_POSSIBLE, H263_VIDEO_CAPS);
2594
2594
 
2595
2595
  return;