summaryrefslogtreecommitdiff
path: root/gst/multipart/multipartmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/multipart/multipartmux.h')
-rw-r--r--gst/multipart/multipartmux.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gst/multipart/multipartmux.h b/gst/multipart/multipartmux.h
index 2e52a2fc7..a52db36ee 100644
--- a/gst/multipart/multipartmux.h
+++ b/gst/multipart/multipartmux.h
@@ -48,7 +48,7 @@ typedef struct
GstClockTime timestamp; /* its timestamp, converted to running_time so that we can
correctly sort over multiple segments. */
}
-GstMultipartPad;
+GstMultipartPadData;
/**
* GstMultipartMux:
@@ -84,6 +84,10 @@ struct _GstMultipartMuxClass
GHashTable *mimetypes;
};
+GType gst_multipart_mux_get_type (void);
+
+gboolean gst_multipart_mux_plugin_init (GstPlugin * plugin);
+
G_END_DECLS
#endif /* __GST_MULTIPART_MUX__ */