summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-11-26 12:16:39 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-11-26 12:16:58 +0200
commit55043aff12cf43a0bf66abd295a9245c6223dfb3 (patch)
tree2008290a0a329920e06a49eebfe1dc049175e8d2 /gst
parentcb4ccecc97cbca784285bb1e735e0197ffd1eac3 (diff)
downloadgstreamer-plugins-bad-55043aff12cf43a0bf66abd295a9245c6223dfb3.tar.gz
h264parse: Fix indentation
Diffstat (limited to 'gst')
-rw-r--r--gst/videoparsers/gsth264parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c
index 5be36d8ae..3153c2bc5 100644
--- a/gst/videoparsers/gsth264parse.c
+++ b/gst/videoparsers/gsth264parse.c
@@ -1831,8 +1831,8 @@ gst_h264_parse_update_src_caps (GstH264Parse * h264parse, GstCaps * caps)
/* Pass through or set output stereo/multiview config */
if (s && gst_structure_has_field (s, "multiview-mode")) {
caps_mview_mode = gst_structure_get_string (s, "multiview-mode");
- gst_structure_get_flagset (s, "multiview-flags", (guint*) &mview_flags,
- NULL);
+ gst_structure_get_flagset (s, "multiview-flags",
+ (guint *) & mview_flags, NULL);
} else if (mview_mode != GST_VIDEO_MULTIVIEW_MODE_NONE) {
if (gst_video_multiview_guess_half_aspect (mview_mode,
width, height, par_n, par_d)) {