Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
fd920fc7
Commit
fd920fc7
authored
Aug 21, 2016
by
luyikei
Committed by
Hugo Beauzée-Luyssen
Sep 16, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SequenceWorkflow: Save linking information
Signed-off-by:
Hugo Beauzée-Luyssen
<
hugo@beauzee.fr
>
parent
b882b07a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/Workflow/SequenceWorkflow.cpp
src/Workflow/SequenceWorkflow.cpp
+2
-1
No files found.
src/Workflow/SequenceWorkflow.cpp
View file @
fd920fc7
...
@@ -215,9 +215,10 @@ SequenceWorkflow::toVariant() const
...
@@ -215,9 +215,10 @@ SequenceWorkflow::toVariant() const
{
"uuid"
,
clip
->
uuid
()
},
{
"uuid"
,
clip
->
uuid
()
},
{
"position"
,
position
},
{
"position"
,
position
},
{
"trackId"
,
trackId
},
{
"trackId"
,
trackId
},
{
"linked"
,
clip
->
isLinked
()
},
{
"linkedClip"
,
clip
->
linkedClipUuid
()
},
{
"filters"
,
EffectHelper
::
toVariant
(
clip
->
input
()
)
}
{
"filters"
,
EffectHelper
::
toVariant
(
clip
->
input
()
)
}
};
};
//FIXME: Missing linking informations
l
<<
h
;
l
<<
h
;
}
}
QVariantHash
h
{
{
"clips"
,
l
},
{
"filters"
,
EffectHelper
::
toVariant
(
m_multitrack
)
}
};
QVariantHash
h
{
{
"clips"
,
l
},
{
"filters"
,
EffectHelper
::
toVariant
(
m_multitrack
)
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment