Skip to content

Commit

Permalink
Merge pull request #30 from mobiusml/edr/fix_media_id
Browse files Browse the repository at this point in the history
Fix media_id output name
  • Loading branch information
evanderiel authored Dec 18, 2023
2 parents 302e313 + de79e27 commit af968bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions aana/configs/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
],
"outputs": [
{
"name": "media_id",
"name": "video_media_id",
"key": "media_id",
"path": "video.media_id",
},
Expand All @@ -799,7 +799,7 @@
],
"outputs": [
{
"name": "media_ids",
"name": "videos_media_ids",
"key": "media_ids",
"path": "video_batch.[*].media_id",
},
Expand All @@ -820,7 +820,7 @@
"dict_output": True,
"inputs": [
{
"name": "media_id",
"name": "video_media_id",
"key": "media_id",
"path": "video.media_id",
},
Expand Down Expand Up @@ -858,7 +858,7 @@
"dict_output": True,
"inputs": [
{
"name": "media_ids",
"name": "videos_media_ids",
"key": "media_ids",
"path": "video_batch.[*].media_id",
},
Expand Down Expand Up @@ -896,7 +896,7 @@
"dict_output": True,
"inputs": [
{
"name": "media_id",
"name": "video_media_id",
"key": "media_id",
"path": "video.media_id",
},
Expand Down

0 comments on commit af968bf

Please sign in to comment.