fchristysen

Results 5 issues of fchristysen

Hi, I'm currently trying to rotate GPUPlayerView using `gpuPlayer.rotation = gpuPlayer.rotation - 90f` The view is rotated correctly, but the video content being played is not rotated correctly instead stretch...

I used parceler version '1.1.6' with proguard enabled. I have these proguard rules in my 'proguard-rules.pro' : `-keep interface org.parceler.Parcel -keep @org.parceler.Parcel class * { *; } -keep class **$$Parcelable...

Hi, thanks for this great library! I'm facing an issue when overlay image onto empty video (much like `Empty Video` on your demo app), but for my case, I'm basically...

Hi, I'm currently trying to apply rotation to video preview together with filter preview. I apply it by using `android:rotation` to the `com.linkedin.android.litr.preview.VideoFilterPreviewView`. I've tried this within `litr-demo:VideoFilterPreviewFragment`. but the...

### Stack trace ``` at com.datadog.android.core.internal.persistence.file.advanced.FeatureFileOrchestrator. (FeatureFileOrchestrator.java:47) at com.datadog.android.core.internal.SdkFeature.createFileStorage (SdkFeature.java:262) at com.datadog.android.core.internal.SdkFeature.prepareStorage (SdkFeature.java:235) at com.datadog.android.core.internal.SdkFeature.initialize (SdkFeature.java:80) at com.datadog.android.core.DatadogCore.registerFeature (DatadogCore.kt:134) at com.datadog.android.rum.Rum.enable (Rum.java:61) at com.datadog.android.rum.Rum.enable$default (Rum.java:35) at com.traveloka.android.datadog.DatadogUtil.initializeRUM (DatadogUtil.kt:106) ... ```...

crash