Changeset 3ccf6606bd7f770941f023212c3f57e9448ac65e
- 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
| rb669af2 |
r3ccf660 |
|
| 1678 | 1678 | p_grab->pf_seek = NULL; |
|---|
| 1679 | 1679 | p_grab->pf_write = AccessOutGrabberWrite; |
|---|
| | 1680 | vlc_object_attach( p_grab, p_stream ); |
|---|
| 1680 | 1681 | return p_grab; |
|---|
| 1681 | 1682 | } |
|---|