diff options
Diffstat (limited to 'gst/interleave/interleave.h')
-rw-r--r-- | gst/interleave/interleave.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/interleave/interleave.h b/gst/interleave/interleave.h index 65006954..c98cc43b 100644 --- a/gst/interleave/interleave.h +++ b/gst/interleave/interleave.h @@ -55,6 +55,10 @@ struct _GstInterleave gint rate; gint width; + GValueArray *channel_positions; + GValueArray *input_channel_positions; + gboolean channel_positions_from_input; + GstCaps *sinkcaps; GstClockTime timestamp; |