]> git.sesse.net Git - vlc/blobdiff - src/audio_output/input.c
Use vlc_object_set_name in some places
[vlc] / src / audio_output / input.c
index b394eab2d9e85d3a2e7883415da90cc4693e9e36..d841c3795adb7effcb1d842e86d8fea5e6eb87b9 100644 (file)
@@ -293,6 +293,7 @@ int aout_InputNew( aout_instance_t * p_aout, aout_input_t * p_input, const aout_
                 continue;
             }
 
+            vlc_object_set_name( p_filter, psz_parser );
             vlc_object_attach( p_filter , p_aout );
 
             p_filter->request_vout.pf_request_vout = RequestVoutFromFilter;
@@ -312,7 +313,6 @@ int aout_InputNew( aout_instance_t * p_aout, aout_input_t * p_input, const aout_
             /* try to find the requested filter */
             if( i_visual == 2 ) /* this can only be a visualization module */
             {
-
                 p_filter->p_module = module_need( p_filter, "visualization",
                                                   psz_parser, true );
             }