summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph264depay.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtph264depay.h')
-rw-r--r--gst/rtp/gstrtph264depay.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/gstrtph264depay.h b/gst/rtp/gstrtph264depay.h
index 4895236b8..ba413125a 100644
--- a/gst/rtp/gstrtph264depay.h
+++ b/gst/rtp/gstrtph264depay.h
@@ -66,6 +66,10 @@ struct _GstRtpH264Depay
GPtrArray *sps;
GPtrArray *pps;
gboolean new_codec_data;
+
+ /* downstream allocator */
+ GstAllocator *allocator;
+ GstAllocationParams params;
};
struct _GstRtpH264DepayClass