Skip to content

Commit

Permalink
Revert "[Chromecast] Add API to set and clear image on video plane"
Browse files Browse the repository at this point in the history
Removing cast.__platform__.vidoePlane bindings.
This reverts commit 1f4c122

Bug: internal b/119639315
Test: CQ
Change-Id: I188445d84b02b120408f357280d84311810b777c
Reviewed-on: https://chromium-review.googlesource.com/c/1387729
Reviewed-by: Luke Halliwell <halliwell@chromium.org>
Commit-Queue: Marzena Dell'Aquila <mdellaquila@google.com>
Cr-Commit-Position: refs/heads/master@{#619830}
  • Loading branch information
Marzena Dell'Aquila authored and Commit Bot committed Jan 4, 2019
1 parent 8d8cd97 commit 656047e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions chromecast/public/cast_media_shlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,6 @@ class CHROMECAST_EXPORT CastMediaShlib {
const std::string& config)
__attribute__((__weak__));

// Only used on Chromecast: set and clear an image on the video plane.
// Image data is 8-bit ARGB format; |data| buffer byte length must be
// |width|*|height|*4. Returns whether the image could be successfully set.
static bool SetVideoPlaneImage(int width, int height, const uint8_t* data)
__attribute__((__weak__));
static void ClearVideoPlaneImage() __attribute__((__weak__));

// Sets up a direct audio source for output. The media backend will pull audio
// directly from |source| whenever more output data is needed; this provides
// low-latency output. The source must remain valid until
Expand Down

0 comments on commit 656047e

Please sign in to comment.