Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
994
Issues
994
List
Boards
Labels
Service Desk
Milestones
Merge Requests
192
Merge Requests
192
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-plugins-bad
Commits
63562d0b
Commit
63562d0b
authored
May 01, 2019
by
Xavier Claessens
Committed by
Sebastian Dröge
May 02, 2019
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264parse: Fix typo when setting multiview mode and flags
parent
fbec4471
Pipeline
#34616
passed with stages
in 175 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst/videoparsers/gsth264parse.c
gst/videoparsers/gsth264parse.c
+1
-1
No files found.
gst/videoparsers/gsth264parse.c
View file @
63562d0b
...
...
@@ -696,7 +696,7 @@ gst_h264_parse_process_sei (GstH264Parse * h264parse, GstH264NalUnit * nalu)
if
(
sei
.
payload
.
stereo_video_info
.
field_views_flag
)
{
mview_mode
=
GST_VIDEO_MULTIVIEW_MODE_ROW_INTERLEAVED
;
if
(
!
sei
.
payload
.
stereo_video_info
.
top_field_is_left_view_flag
)
mview_
mode
|=
GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_VIEW_FIRST
;
mview_
flags
|=
GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_VIEW_FIRST
;
}
else
{
mview_mode
=
GST_VIDEO_MULTIVIEW_MODE_FRAME_BY_FRAME
;
if
(
sei
.
payload
.
stereo_video_info
.
next_frame_is_second_view_flag
)
{
...
...
Tim-Philipp Müller
🐠
@tpm
mentioned in merge request
!540 (merged)
·
Aug 07, 2019
mentioned in merge request
!540 (merged)
mentioned in merge request !540
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment