summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux/mpegtsmux_h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpegtsmux/mpegtsmux_h264.h')
-rw-r--r--gst/mpegtsmux/mpegtsmux_h264.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/mpegtsmux/mpegtsmux_h264.h b/gst/mpegtsmux/mpegtsmux_h264.h
index be5692a0b..3a9bccbf4 100644
--- a/gst/mpegtsmux/mpegtsmux_h264.h
+++ b/gst/mpegtsmux/mpegtsmux_h264.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2006, 2007, 2008 Fluendo S.A.
+ * Copyright 2006, 2007, 2008, 2009, 2010 Fluendo S.A.
* Authors: Jan Schmidt <jan@fluendo.com>
* Kapil Agrawal <kapil@fluendo.com>
* Julien Moutte <julien@fluendo.com>
@@ -88,4 +88,6 @@
GstBuffer * mpegtsmux_prepare_h264 (GstBuffer * buf, MpegTsPadData * data,
MpegTsMux * mux);
+void mpegtsmux_free_h264 (gpointer prepare_data);
+
#endif /* __MPEGTSMUX_H264_H__ */