Preserve the optional media properties with goto_url
commitafcb2ce6430be0a520311eaec3d7ee8e0f245b21
authorToni Gundogdu <legatvs@gmail.com>
Mon, 17 Sep 2012 06:41:48 +0000 (17 09:41 +0300)
committerToni Gundogdu <legatvs@gmail.com>
Mon, 17 Sep 2012 07:11:39 +0000 (17 10:11 +0300)
treec63e3a499a7e2c14bf9666c4414ea433ebd5b7a2
parentf0697c5656b43cbb5b7fd6eb380a9c3d221e999b
Preserve the optional media properties with goto_url

Allow the *optional* media properties to carry over from one script
to another. This makes it possible to reuse the previously set
values in another media script. For example:

  - Script A
    - sets qargs.title='foo'
    - sets qargs.goto_url=...

  - Script B
    - reuses the previously set value of qargs.title ('foo')
    - parses the remaining media stream properties
src/lua/exec_media_script_parse.c