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
GStreamer
gst-plugins-good
Commits
a6d6e99f
Commit
a6d6e99f
authored
Jul 08, 2021
by
Mathieu Duponchelle
🐸
Browse files
splitmuxsink: always use factory property when set
Part-of: <
!1024
>
parent
ce0be27c
Pipeline
#355472
waiting for manual action with stages
in 1 minute
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gst/multifile/gstsplitmuxsink.c
View file @
a6d6e99f
...
...
@@ -3315,7 +3315,9 @@ create_muxer (GstSplitMuxSink * splitmux)
if
((
!
splitmux
->
async_finalize
&&
provided_muxer
==
NULL
)
||
(
splitmux
->
async_finalize
&&
splitmux
->
muxer_factory
==
NULL
))
{
if
((
splitmux
->
muxer
=
create_element
(
splitmux
,
DEFAULT_MUXER
,
"muxer"
,
FALSE
))
==
NULL
)
create_element
(
splitmux
,
splitmux
->
muxer_factory
?
splitmux
->
muxer_factory
:
DEFAULT_MUXER
,
"muxer"
,
FALSE
))
==
NULL
)
goto
fail
;
}
else
if
(
splitmux
->
async_finalize
)
{
if
((
splitmux
->
muxer
=
...
...
Tim-Philipp Müller
🐠
@tpm
mentioned in merge request
!1074 (merged)
·
Sep 06, 2021
mentioned in merge request
!1074 (merged)
mentioned in merge request !1074
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