Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Göran Jönsson
gst-plugins-base
Commits
dcfa999e
Commit
dcfa999e
authored
Jun 28, 2019
by
Göran Jönsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtspconnection: data-offset increase not set
parent
35f2ea21
Pipeline
#45336
passed with stages
in 40 minutes and 15 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst-libs/gst/rtsp/gstrtspconnection.c
gst-libs/gst/rtsp/gstrtspconnection.c
+1
-1
No files found.
gst-libs/gst/rtsp/gstrtspconnection.c
View file @
dcfa999e
...
...
@@ -4041,7 +4041,7 @@ gst_rtsp_source_dispatch_write (GPollableOutputStream * stream,
}
}
else
{
/* Need to continue sending from the data of this message */
msg
->
data_offset
=
bytes_written
;
msg
->
data_offset
+
=
bytes_written
;
bytes_written
=
0
;
}
}
...
...
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