gstreamer/gst-libs/gst
Benjamin Gaignard 84a0934883 allocators: dmabuf: allow testing allocator type
In decide_allocation function some element may when to test the proposed allocator.
For example like this:
if (gst_query_get_n_allocation_params (query) > 0) {
	GstAllocator * allocator;
	GstAllocationParams params;
	gst_query_parse_nth_allocation_param (query, 0, &allocator, &params);
	if (g_strcmp0(allocator->mem_type, GST_ALLOCATOR_DMABUF) == 0)
		GST_DEBUG("got dmabuf allocator");
	else
		GST_DEBUG("got an other allocator");
}

https://bugzilla.gnome.org/show_bug.cgi?id=703659
2013-07-15 15:43:07 +02:00
..
allocators allocators: dmabuf: allow testing allocator type 2013-07-15 15:43:07 +02:00
app app: Don't use $(GST_PLUGIN_LIBTOOLFLAGS) for real libraries 2013-04-16 14:09:43 +02:00
audio audioencoder: Don't return not-negotiated if flushing 2013-06-30 18:17:42 +02:00
fft fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
pbutils pbutils: allow describing unfixed caps if they share the same media type 2013-07-01 10:51:40 +01:00
riff riff: Provide correct media type for XSub 2013-07-11 12:42:48 -04:00
rtp rtpbasepayload: Do not leak the event when segment is delayed 2013-06-26 15:45:30 +02:00
rtsp rtspconnection: Create a new write GSource after removing it 2013-07-14 18:11:59 +02:00
sdp sdp: use setter for the bandwidth 2013-04-26 10:10:41 +02:00
tag tag: ignore malformed ID3v2 TDAT frames 2013-07-05 00:47:08 +01:00
video videometa: fix header formatting 2013-07-12 09:37:51 +02:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am allocators: Add dmabuf-based GstMemory and GstAllocator 2013-02-19 10:05:38 +01:00