Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
gst-plugins-bad
Commits
9337fc2d
Commit
9337fc2d
authored
Aug 20, 2021
by
Edward Hervey
🤘
Committed by
Edward Hervey
Aug 23, 2021
Browse files
dashdemux: Properly initalize GError
Part-of: <
!2479
>
parent
d4613bc1
Pipeline
#386570
passed with stages
in 24 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ext/dash/gstdashdemux.c
View file @
9337fc2d
...
...
@@ -3605,7 +3605,7 @@ gst_dash_demux_poll_ntp_server (GstDashDemuxClockDrift * clock_drift,
if
(
!
clock_drift
->
ntp_clock
)
{
GResolver
*
resolver
;
GList
*
inet_addrs
;
GError
*
err
;
GError
*
err
=
NULL
;
gchar
*
ip_addr
;
resolver
=
g_resolver_get_default
();
...
...
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