From 8749c61e956868bfc75d6adca07c46486c327bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 5 Feb 2018 18:03:31 +0100 Subject: Revert "gdpdepay: don't use allocator if it has custom alloc" This reverts commit f6cb16ab8cecfe683473b173732ad040e858abd5. --- gst/gdp/gstgdpdepay.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'gst') diff --git a/gst/gdp/gstgdpdepay.c b/gst/gdp/gstgdpdepay.c index f00f3d6f1..750571e6f 100644 --- a/gst/gdp/gstgdpdepay.c +++ b/gst/gdp/gstgdpdepay.c @@ -580,15 +580,6 @@ gst_gdp_depay_decide_allocation (GstGDPDepay * gdpdepay) if (gdpdepay->allocator) gst_object_unref (gdpdepay->allocator); - if (allocator && - GST_OBJECT_FLAG_IS_SET (allocator, GST_ALLOCATOR_FLAG_CUSTOM_ALLOC)) { - GST_DEBUG_OBJECT (gdpdepay, - "Provided allocator has a custom alloc fuction. Ignoring."); - gst_object_unref (allocator); - allocator = NULL; - gst_allocation_params_init (¶ms); - } - gdpdepay->allocator = allocator; gdpdepay->allocation_params = params; -- cgit v1.2.1