Changeset 9e93e03708144022e1d47f138ba1917fd4eb41b5

Show
Ignore:
Timestamp:
06/14/08 17:10:03 (3 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1213456203 +0200
git-parent:

[555437f5819af1d783c9d05156da643672032184]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1213456203 +0200
Message:

sgimb: Don't use playlist code.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/playlist/sgimb.c

    r3561b9b r9e93e03  
    368368    } 
    369369 
    370     p_child = input_ItemNewWithType( (vlc_object_t *)p_playlist, p_sys->psz_uri, 
     370    p_child = input_ItemNewWithType( p_demux, p_sys->psz_uri, 
    371371                      p_sys->psz_name ? p_sys->psz_name : p_sys->psz_uri, 
    372372                      0, NULL, p_sys->i_duration, ITEM_TYPE_NET );