final class com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia extends com.sun.media.jfxmediaimpl.NativeMedia
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia
  super_class: com.sun.media.jfxmediaimpl.NativeMedia
{
  private final java.lang.Object markerMutex;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected long refNativeMedia;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  void <init>(com.sun.media.jfxmedia.locator.Locator);
    descriptor: (Lcom/sun/media/jfxmedia/locator/Locator;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia this
        start local 1 // com.sun.media.jfxmedia.locator.Locator locator
         0: .line 50
            aload 0 /* this */
            aload 1 /* locator */
            invokespecial com.sun.media.jfxmediaimpl.NativeMedia.<init>:(Lcom/sun/media/jfxmedia/locator/Locator;)V
         1: .line 42
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia.markerMutex:Ljava/lang/Object;
         2: .line 52
            aload 0 /* this */
            invokevirtual com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia.init:()V
         3: .line 53
            return
        end local 1 // com.sun.media.jfxmedia.locator.Locator locator
        end local 0 // com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/media/jfxmediaimpl/platform/gstreamer/GSTMedia;
            0    4     1  locator  Lcom/sun/media/jfxmedia/locator/Locator;
    MethodParameters:
         Name  Flags
      locator  

  public com.sun.media.jfxmediaimpl.platform.Platform getPlatform();
    descriptor: ()Lcom/sun/media/jfxmediaimpl/platform/Platform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia this
         0: .line 57
            invokestatic com.sun.media.jfxmediaimpl.platform.gstreamer.GSTPlatform.getPlatformInstance:()Lcom/sun/media/jfxmediaimpl/platform/Platform;
            areturn
        end local 0 // com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/jfxmediaimpl/platform/gstreamer/GSTMedia;

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia this
         0: .line 62
            iconst_1
            newarray 11
            astore 1 /* nativeMediaHandle */
        start local 1 // long[] nativeMediaHandle
         1: .line 64
            aload 0 /* this */
            invokevirtual com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia.getLocator:()Lcom/sun/media/jfxmedia/locator/Locator;
            astore 3 /* loc */
        start local 3 // com.sun.media.jfxmedia.locator.Locator loc
         2: .line 65
            aload 0 /* this */
            aload 3 /* loc */
         3: .line 66
            aload 3 /* loc */
            invokevirtual com.sun.media.jfxmedia.locator.Locator.getContentType:()Ljava/lang/String;
            aload 3 /* loc */
            invokevirtual com.sun.media.jfxmedia.locator.Locator.getContentLength:()J
         4: .line 67
            aload 1 /* nativeMediaHandle */
         5: .line 65
            invokevirtual com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia.gstInitNativeMedia:(Lcom/sun/media/jfxmedia/locator/Locator;Ljava/lang/String;J[J)I
            invokestatic com.sun.media.jfxmedia.MediaError.getFromCode:(I)Lcom/sun/media/jfxmedia/MediaError;
            astore 2 /* ret */
        start local 2 // com.sun.media.jfxmedia.MediaError ret
         6: .line 68
            aload 2 /* ret */
            getstatic com.sun.media.jfxmedia.MediaError.ERROR_NONE:Lcom/sun/media/jfxmedia/MediaError;
            if_acmpeq 8
            aload 2 /* ret */
            getstatic com.sun.media.jfxmedia.MediaError.ERROR_PLATFORM_UNSUPPORTED:Lcom/sun/media/jfxmedia/MediaError;
            if_acmpeq 8
         7: .line 69
            aload 0 /* this */
            aload 2 /* ret */
            invokestatic com.sun.media.jfxmediaimpl.MediaUtils.nativeError:(Ljava/lang/Object;Lcom/sun/media/jfxmedia/MediaError;)V
         8: .line 71
      StackMap locals: long[] com.sun.media.jfxmedia.MediaError com.sun.media.jfxmedia.locator.Locator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* nativeMediaHandle */
            iconst_0
            laload
            putfield com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia.refNativeMedia:J
         9: .line 72
            return
        end local 3 // com.sun.media.jfxmedia.locator.Locator loc
        end local 2 // com.sun.media.jfxmedia.MediaError ret
        end local 1 // long[] nativeMediaHandle
        end local 0 // com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lcom/sun/media/jfxmediaimpl/platform/gstreamer/GSTMedia;
            1   10     1  nativeMediaHandle  [J
            6   10     2                ret  Lcom/sun/media/jfxmedia/MediaError;
            2   10     3                loc  Lcom/sun/media/jfxmedia/locator/Locator;

  long getNativeMediaRef();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia this
         0: .line 75
            aload 0 /* this */
            getfield com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia.refNativeMedia:J
            lreturn
        end local 0 // com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/jfxmediaimpl/platform/gstreamer/GSTMedia;

  public synchronized void dispose();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia this
         0: .line 80
            lconst_0
            aload 0 /* this */
            getfield com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia.refNativeMedia:J
            lcmp
            ifeq 3
         1: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia.refNativeMedia:J
            invokevirtual com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia.gstDispose:(J)V
         2: .line 82
            aload 0 /* this */
            lconst_0
            putfield com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia.refNativeMedia:J
         3: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMedia this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/media/jfxmediaimpl/platform/gstreamer/GSTMedia;

  private native int gstInitNativeMedia(com.sun.media.jfxmedia.locator.Locator, java.lang.String, long, long[]);
    descriptor: (Lcom/sun/media/jfxmedia/locator/Locator;Ljava/lang/String;J[J)I
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
                   Name  Flags
      locator            
      contentType        
      sizeHint           
      nativeMediaHandle  

  private native void gstDispose(long);
    descriptor: (J)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
                Name  Flags
      refNativeMedia  
}
SourceFile: "GSTMedia.java"