[ 
https://issues.apache.org/jira/browse/NIFI-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15344232#comment-15344232
 ] 

ASF GitHub Bot commented on NIFI-615:
-------------------------------------

Github user jskora commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/556#discussion_r68044015
  
    --- Diff: 
nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/src/test/java/org/apache/nifi/processors/image/ExtractImageMetadataTest.java
 ---
    @@ -37,7 +37,7 @@
         private static String BMP_HEADER = "BMP Header.";
         private static String JPEG_HEADER = "JPEG.";
         private static String GIF_HEADER = "GIF Header.";
    -    private static String PNG_HEADER = "PNG.";
    +    private static String PNG_HEADER = "PNG-";
    --- End diff --
    
    If by "bridge the header/attribute" you mean adjust keys/values to match 
the old version, I don't have a list identifying what changed.  This particular 
change was caught on chance because of a unit test.
    
    I'm open to suggestions, but the only option I see that has doesn't break 
backward compatiblity is isolate the processors back into separate NARs.


> Create a processor to extract WAV file characteristics
> ------------------------------------------------------
>
>                 Key: NIFI-615
>                 URL: https://issues.apache.org/jira/browse/NIFI-615
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Brandon DeVries
>            Assignee: Joe Skora
>            Priority: Minor
>             Fix For: 1.0.0, 0.7.0
>
>
> Create a processor to extract information from a WAV file, including 
> encoding, bit rate, metadata, etc...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to