diff options
Diffstat (limited to 'gst/matroska/matroska-mux.h')
-rw-r--r-- | gst/matroska/matroska-mux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/matroska/matroska-mux.h b/gst/matroska/matroska-mux.h index 2f1d2db4..e3d3499e 100644 --- a/gst/matroska/matroska-mux.h +++ b/gst/matroska/matroska-mux.h @@ -84,7 +84,7 @@ typedef struct _GstMatroskaMux { GstElement element; /* pads */ - GstPad *srcpad; + GstPad *srcpad; GstCollectPads *collect; GstEbmlWrite *ebml_write; |