Skip to content

Commit

Permalink
Merge pull request #3139 from robotology/deprecated_ffmpeg_grabber
Browse files Browse the repository at this point in the history
Deprecated devices ffmpeg_grabber, ffmpeg_writer
  • Loading branch information
randaz81 authored Sep 17, 2024
2 parents 627c4e3 + 2afa914 commit 54b7921
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
8 changes: 8 additions & 0 deletions doc/release/master.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ New Features

* Network protocol now uses IDL thrift

#### ffmpeg_grabber

* Deprecated device

#### ffmpeg_writer

* Deprecated device

#### FakePythonSpeechTranscription

* Added new device `FakePythonSpeechTranscription`. The device is also an example which demonstrates the encapsulation of python code inside a c++ device implementing a Yarp interface.
Expand Down
1 change: 0 additions & 1 deletion src/devices/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ yarp_begin_plugin_library(yarpmod
add_subdirectory(frameTransformSet)
add_subdirectory(frameTransformStorage)
add_subdirectory(SerialServoBoard)
add_subdirectory(ffmpeg)
add_subdirectory(opencvGrabber)
add_subdirectory(serialport)
add_subdirectory(portaudioPlayer)
Expand Down
2 changes: 2 additions & 0 deletions src/devices/ffmpeg/DEPRECATION_NOTICE.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The code contained in this folder has been deprecated and it is no more maintained.
It will be removed in the near future.
12 changes: 0 additions & 12 deletions src/devices/ffmpeg/README.TXT

This file was deleted.

0 comments on commit 54b7921

Please sign in to comment.