video: Make all frame_number guint32
authorEdward Hervey <edward@collabora.com>
Thu, 26 Jul 2012 16:36:53 +0000 (18:36 +0200)
committerEdward Hervey <edward@collabora.com>
Thu, 26 Jul 2012 16:38:42 +0000 (18:38 +0200)
commit6423a4027ecb75958af6f9def2e31c62483bf684
treef12664fbce5643d8c097086e39d8eeaac24227bb
parent40a0624e99de34241cd80a81e484f8ac787a3d31
video: Make all frame_number guint32

Unifies the code and ensures that:
* subclasses needing to use the frame_number on a void* field will
  always work
* wraparounds will be automatically taken care of if we have to deal
  with more than 2**32 frames
gst-libs/gst/video/gstvideodecoder.c
gst-libs/gst/video/gstvideoencoder.c
gst-libs/gst/video/gstvideoutils.h