[
https://issues.apache.org/jira/browse/TIKA-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15250981#comment-15250981
]
ASF GitHub Bot commented on TIKA-1844:
--------------------------------------
GitHub user cafed00d4j opened a pull request:
https://github.com/apache/tika/pull/107
Tika 1844
Fix for Tika-1844
https://issues.apache.org/jira/browse/TIKA-1844
Fixes an issue where PooledTimeSeries parser takes precedence over other
video parsers even if pooled-time-series is not installed
Added the functionality to combine metadata extracted from other video
parsers in addition to
that extracted from PooledTimeSeriesParser
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cafed00d4j/tika TIKA-1844
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tika/pull/107.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #107
----
commit 2e0c9bdc83af8659c01848886bdfc80e055a5f2a
Author: Aditya Dhulipala <[email protected]>
Date: 2016-04-19T02:34:40Z
Skip PooledTimeSeriesParser if it's not available
commit 1e2bd89e73888ed293d820d2bf33fb56a5402ce7
Author: Aditya Dhulipala <[email protected]>
Date: 2016-04-19T02:46:28Z
Added CompositeParser workaround
Added a workaround to include collate metadata
from multiple parsers (such as MP4Parser)
commit 9f3a32a171d2f45b057bb1f7bf8be5c28daa45d9
Author: Aditya Dhulipala <[email protected]>
Date: 2016-04-20T23:54:56Z
Added imports
----
> PooledTimeSeriesParser takes precedence over MP4Parser
> ------------------------------------------------------
>
> Key: TIKA-1844
> URL: https://issues.apache.org/jira/browse/TIKA-1844
> Project: Tika
> Issue Type: Bug
> Reporter: Tim Allison
> Priority: Minor
>
> The PooledTimeSeriesParser currently takes precedence over the MP4Parser even
> if the pooled-time-series application is not installed. This means that
> clients will lose metadata formerly extracted by the MP4Parser unless they
> remove the PooledTimeSeriesParser.
> This is similar to what happened with the integration of the Tesseract Parser
> (TIKA-1445). We should probably follow a similar pattern to that...run both
> parsers and combine metadata.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)