Changeset 6648
- Timestamp:
- 06/18/09 17:26:19 (15 months ago)
- Location:
- branches/bugfix-0.9.1
- Files:
-
- 1 added
- 2 modified
-
CHANGES (modified) (1 diff)
-
src/Makefile (modified) (1 diff, 1 prop)
-
src/operators/on_end.ml (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/bugfix-0.9.1/CHANGES
r6646 r6648 14 14 - on_connect function for input.harbor now receives the 15 15 list of headers given by the connected source (#266). 16 - Added on_end operator, to execute a handler when a track ends. 16 17 17 18 0.9.0 (01-03-2009) -
branches/bugfix-0.9.1/src/Makefile
-
Property
svn:mergeinfo set
to
(toggle deleted branches)
/trunk/liquidsoap/src/Makefile merged eligible /branches/liquidsoap-video/src/Makefile 5931-5945
r6459 r6648 67 67 operators/map_metadata.ml operators/on_metadata.ml \ 68 68 operators/store_metadata.ml operators/on_track.ml \ 69 operators/switch.ml operators/id.ml \69 operators/switch.ml operators/id.ml operators/on_end.ml \ 70 70 operators/delay.ml operators/setvol.ml \ 71 71 operators/normalize.ml operators/echo.ml \ -
Property
svn:mergeinfo set
to
(toggle deleted branches)
