Commit 33b7101c authored by Rocky Bernstein's avatar Rocky Bernstein

Fill out VCD information Media Info section when playing an entire VCD

or PBC is on.
parent 87dcebb9
...@@ -1376,8 +1376,6 @@ VCDFixupPlayList( input_thread_t *p_input, thread_vcd_data_t *p_vcd, ...@@ -1376,8 +1376,6 @@ VCDFixupPlayList( input_thread_t *p_input, thread_vcd_data_t *p_vcd,
return -1; return -1;
} }
InformationCreate( p_input );
if ( play_single_item ) if ( play_single_item )
{ {
/* May fill out more information when the playlist user interface becomes /* May fill out more information when the playlist user interface becomes
...@@ -1576,8 +1574,11 @@ E_(Open) ( vlc_object_t *p_this ) ...@@ -1576,8 +1574,11 @@ E_(Open) ( vlc_object_t *p_this )
p_vcd->p_intf->b_block = VLC_FALSE; p_vcd->p_intf->b_block = VLC_FALSE;
intf_RunThread( p_vcd->p_intf ); intf_RunThread( p_vcd->p_intf );
InformationCreate( p_input );
if (play_single_item) if (play_single_item)
VCDFixupPlayList( p_input, p_vcd, psz_source, &itemid, play_single_item ); VCDFixupPlayList( p_input, p_vcd, psz_source, &itemid,
play_single_item );
free( psz_source ); free( psz_source );
......
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