Changeset d37f47486ff09ea069a828142a13b14b66d2d192
- Timestamp:
- 04/19/08 04:02:10
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208570530 +0200
- git-parent:
[2a9531bffcd0529b38278c0bf6ffb16475870d26]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208570530 +0200
- Message:
test: catch() a bit more, and send artist meta to log output.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r62333c7 |
rd37f474 |
|
| 37 | 37 | |
|---|
| 38 | 38 | media = libvlc_media_new (vlc, "samples/meta.sample", &ex); |
|---|
| | 39 | catch (); |
|---|
| 39 | 40 | |
|---|
| 40 | 41 | /* Tell that we are interested in this precise meta data */ |
|---|
| … | … | |
| 52 | 53 | assert (artist && *artist); |
|---|
| 53 | 54 | |
|---|
| | 55 | log ("+ got '%s' as Artist\n", artist); |
|---|
| | 56 | |
|---|
| 54 | 57 | free (artist); |
|---|
| 55 | 58 | libvlc_media_release (media); |
|---|