Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
d71c06c8
Commit
d71c06c8
authored
Jan 16, 2017
by
Georg Lippitsch
Committed by
Sebastian Dröge
Jan 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qtmux: Don't write Sync Sample Atom for ProRes
https://bugzilla.gnome.org/show_bug.cgi?id=777331
parent
eb25b058
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gst/isomp4/gstqtmux.c
gst/isomp4/gstqtmux.c
+2
-0
No files found.
gst/isomp4/gstqtmux.c
View file @
d71c06c8
...
...
@@ -4352,6 +4352,8 @@ gst_qt_mux_video_sink_set_caps (GstQTPad * qtpad, GstCaps * caps)
else
if
(
!
g_strcmp0
(
variant
,
"4444xq"
))
entry
.
fourcc
=
FOURCC_ap4x
;
sync
=
FALSE
;
if
(
!
qtmux
->
interleave_time_set
)
qtmux
->
interleave_time
=
500
*
GST_MSECOND
;
if
(
!
qtmux
->
interleave_bytes_set
)
...
...
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