gstreamer/gst-libs/gst
Gwenole Beauchesne 591b637cfc decoder: fix mini object implementation on 64-bit systems.
Use GPOINTER_TO_SIZE() instead of GPOINTER_TO_UINT() while manipulating
pointers. The latter is meant to be 32-bit only, not uintptr_t like size.
Only a gsize can hold all bits of a pointer.

Thanks to Ouping Zhang for spotting this error.
2013-01-10 10:14:42 +01:00
..
codecparsers codecparsers: always build parserutils first. 2012-11-16 16:18:52 +01:00
vaapi decoder: fix mini object implementation on 64-bit systems. 2013-01-10 10:14:42 +01:00
video Add videoutils submodule for GstVideoDecoder APIs. 2012-12-21 16:01:16 +01:00
Makefile.am Add videoutils submodule for GstVideoDecoder APIs. 2012-12-21 16:01:16 +01:00