summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfvc3.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-26 08:12:02 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-26 08:12:02 +0100
commite5caf2eddadd6746fac36a46444358b68d8dfa98 (patch)
tree00e3cf9b11cb24362b979cfcf1a57dc0df8eddfd /gst/mxf/mxfvc3.c
parent3b88dce4d1bf82e290cbac5a68df2d6fc189b205 (diff)
downloadgstreamer-plugins-bad-e5caf2eddadd6746fac36a46444358b68d8dfa98.tar.gz
mxfmux: Cleanup
Diffstat (limited to 'gst/mxf/mxfvc3.c')
-rw-r--r--gst/mxf/mxfvc3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/mxf/mxfvc3.c b/gst/mxf/mxfvc3.c
index ec14734ea..3e94f378a 100644
--- a/gst/mxf/mxfvc3.c
+++ b/gst/mxf/mxfvc3.c
@@ -211,8 +211,8 @@ mxf_vc3_get_edit_rate (MXFMetadataFileDescriptor * a, GstCaps * caps,
gpointer mapping_data, GstBuffer * buf, MXFMetadataSourcePackage * package,
MXFMetadataTimelineTrack * track, MXFFraction * edit_rate)
{
- (*edit_rate).n = a->sample_rate.n;
- (*edit_rate).d = a->sample_rate.d;
+ edit_rate->n = a->sample_rate.n;
+ edit_rate->d = a->sample_rate.d;
}
static guint32