Changeset 3ccf6606bd7f770941f023212c3f57e9448ac65e

Show
Ignore:
Timestamp:
02/03/08 10:56:03 (7 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1204451763 +0200
git-parent:

[d9a7620aa541dca4e0e29c7ab1af2653f7723bac]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1204451763 +0200
Message:

Attach the RTP access output grabber object.

Fix #1486

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/rtp.c

    rb669af2 r3ccf660  
    16781678    p_grab->pf_seek     = NULL; 
    16791679    p_grab->pf_write    = AccessOutGrabberWrite; 
     1680    vlc_object_attach( p_grab, p_stream ); 
    16801681    return p_grab; 
    16811682}