gstreamer/plugins/elements
Tim-Philipp Müller 5180ff7c54 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.

Conflicts:
	plugins/elements/gstdataqueue.c
2013-01-30 13:19:09 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstcapsfilter.c capsfilter: don't prefer passthrough 2012-10-04 11:18:19 +02:00
gstcapsfilter.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstdataqueue.c dataqueue: can't pass a GType through GINT_TO_POINTER 2013-01-30 13:19:09 +00:00
gstdataqueue.h plugins: embed GstAueueArray in dataqueue struct as well 2012-07-14 20:33:30 +01:00
gstelements.c plugins: don't use one-time array in plugin_init 2012-07-14 20:28:54 +01:00
gstfakesink.c Make intel compiler happier 2012-09-25 00:56:26 +01:00
gstfakesink.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstfakesrc.c Make intel compiler happier 2012-09-25 00:56:26 +01:00
gstfakesrc.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstfdsink.c fdsink.c: fix G_OS_WIN32 #ifdef 2012-07-02 12:05:50 +01:00
gstfdsink.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstfdsrc.c Remove 0.10-related documentation and "Since" markers 2012-07-10 12:03:27 +02:00
gstfdsrc.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstfilesink.c filesink: fix build on Cygwin 2012-09-12 17:16:41 +02:00
gstfilesink.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstfilesrc.c basesrc: Add default handler for URI query in GstURIHandler subclasses 2012-07-31 17:26:37 +02:00
gstfilesrc.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstfunnel.c gstfunnel: avoid access of freed pad 2012-06-14 14:10:22 +01:00
gstfunnel.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstidentity.c NEWSEGMENT -> SEGMENT 2012-12-14 15:33:21 +01:00
gstidentity.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstinputselector.c inputselector: fix clock leak in wait_running_time 2012-11-17 10:18:42 +00:00
gstinputselector.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstmultiqueue.c multiqueue: Add EOS status to debug output about filled/unfilled 2012-10-30 23:33:52 +00:00
gstmultiqueue.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstoutputselector.c NEWSEGMENT -> SEGMENT 2012-12-14 15:33:21 +01:00
gstoutputselector.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstqueue.c queue: remove query from queue if queue is flushing 2013-01-30 12:12:45 +00:00
gstqueue.h queue: embed GstQueueArray structure 2012-07-14 20:26:23 +01:00
gstqueue2.c queue2: fix possible data corruption in ring buffer mode when seeking 2012-09-12 12:59:50 +01:00
gstqueue2.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gstqueuearray.c queuearray: make _find() find the value if no compare function is provided 2013-01-30 12:11:33 +00:00
gstqueuearray.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gsttee.c Make intel compiler happier 2012-09-25 00:56:26 +01:00
gsttee.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
gsttypefindelement.c typefind: send STREAM-START event 2012-09-26 13:25:03 +02:00
gsttypefindelement.h typefind: send STREAM-START event 2012-09-26 13:25:03 +02:00
gstvalve.c Remove 0.10-related documentation and "Since" markers 2012-07-10 12:03:27 +02:00
gstvalve.h plugins: sprinkle some more G_GNUC_INTERNAL 2012-07-14 20:05:53 +01:00
Makefile.am base: make GstQueueArray private to coreelements for now 2012-07-14 19:36:02 +01:00