~jdstrand/media-hub/lp1377966

« back to all changes in this revision

Viewing changes to src/core/media/player_stub.cpp

Made ricmm's change recommendations and enabled the tests that still work properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <core/dbus/types/object_path.h>
33
33
 
34
34
// Hybris
35
 
#include <media/media_codec_layer.h>
36
 
#include <media/surface_texture_client_hybris.h>
 
35
#include <hybris/media/media_codec_layer.h>
 
36
#include <hybris/media/surface_texture_client_hybris.h>
37
37
 
38
38
#include <limits>
39
39
 
238
238
    d->get_gl_consumer();
239
239
 
240
240
    if (op.is_error())
241
 
        throw std::runtime_error("Problem switching to next track on remote object");
 
241
        throw std::runtime_error("Problem creating new video sink instance on remote object");
242
242
}
243
243
 
244
244
GLConsumerWrapperHybris media::PlayerStub::gl_consumer() const