summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-10-08 16:29:37 -0700
committerComment <tim@gray.(none)>2013-10-08 16:29:37 -0700
commitb6371faf2b8a87c3a60604f8fd25dd29a828e0da (patch)
tree25e2a641adbad68087ff62144aee28a7142aa316
parent45b34f769513b59ec8573a4ce9ecf0ec5bfc18d5 (diff)
change media id name
-rw-r--r--rotord/src/nodes_transform.h2
-rw-r--r--rotord/src/rotor.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/rotord/src/nodes_transform.h b/rotord/src/nodes_transform.h
index c8fe1cd..2eb680b 100644
--- a/rotord/src/nodes_transform.h
+++ b/rotord/src/nodes_transform.h
@@ -165,7 +165,7 @@ namespace Rotor {
public:
Still_image(){
create_attribute("filename","name of image file to load","File name","");
- create_attribute("mediaId","mediaId","mediaId","mediaId");
+ create_attribute("media_id","media_id","media_id","media_id");
title="Still image";
description="Load a still image and apply 2D transformation";
UID="d464b0d6-2d0a-11e3-acb7-6be231762445";
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h
index 53ba5da..fcfc304 100644
--- a/rotord/src/rotor.h
+++ b/rotord/src/rotor.h
@@ -446,7 +446,7 @@ namespace Rotor {
create_attribute("filename","name of video file to load","File name","");
create_attribute("frame_mode","frame mode","Frame mode","frame",{"frame","blend"});
create_attribute("time_mode","time mode","Time mode","play",{"play","stretch"});
- create_attribute("mediaId","mediaId","mediaId","mediaId");
+ create_attribute("media_id","media_id","media_id","media_id");
title="Video loader";
description="Loads a video file";
UID="5b64b8ca-2d0a-11e3-92ed-4b7420b40040";