Commit a7516f02 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

demux_PacketizerNew: missing object attachment

parent d4e7c32a
...@@ -326,6 +326,7 @@ decoder_t *demux_PacketizerNew( demux_t *p_demux, es_format_t *p_fmt, const char ...@@ -326,6 +326,7 @@ decoder_t *demux_PacketizerNew( demux_t *p_demux, es_format_t *p_fmt, const char
p_packetizer->fmt_in = *p_fmt; p_packetizer->fmt_in = *p_fmt;
es_format_Init( &p_packetizer->fmt_out, UNKNOWN_ES, 0 ); es_format_Init( &p_packetizer->fmt_out, UNKNOWN_ES, 0 );
vlc_object_attach( p_packetizer, p_demux );
p_packetizer->p_module = module_need( p_packetizer, "packetizer", NULL, false ); p_packetizer->p_module = module_need( p_packetizer, "packetizer", NULL, false );
if( !p_packetizer->p_module ) if( !p_packetizer->p_module )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment