gstreamer/libs
Tim-Philipp Müller 3f8eff5c7e dataqueue: can't pass a GType through GINT_TO_POINTER
Use GSIZE_TO_POINTER instead. sizeof(GType) may be larger
than sizeof(gulong) and sizeof(int), so the casts may
chop off some bits from the GType value on some architectures.
2013-01-30 13:06:44 +00:00
..
gst dataqueue: can't pass a GType through GINT_TO_POINTER 2013-01-30 13:06:44 +00:00
Makefile.am android: make it ready for androgenizer 2011-04-11 01:08:07 +02:00