~ubuntu-branches/debian/experimental/gpac/experimental

« back to all changes in this revision

Viewing changes to include/gpac/cache.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-02-22 18:15:00 UTC
  • mfrom: (1.2.2) (3.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140222181500-b4phupo05gjpmopa
Tags: 0.5.0+svn5104~dfsg1-1
* New  upstream version 0.5.0+svn5104~dfsg1:
  - src/utils/sha1.c is relicensed under LGPLv2.1, Closes: #730759
* Don't install modules in multi-arch directories, Closes: #730497
* Add libusb-1.0.0-dev headers because libfreenect requires this
* Fix install rule
* Follow upstream soname bump
  - Drop the symbols file for now until it has been revised thourougly
* Let binaries produce the correct svn revision
* Refresh patches
* Patch and build against libav10, Closes: #739321
* Bump standards version, no changes necessary

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    /**
106
106
     * Set the Mime-Type in the cache. Data is duplicated, so original string can be freed by caller.
107
107
     * \param entry The entry
108
 
     * \param eTag The mime-type to set
 
108
     * \param mime_type The mime-type to set
109
109
     * \return GF_OK if entry and mime-type are valid, GF_BAD_PARAM otherwise
110
110
     */
111
111
    GF_Err gf_cache_set_mime_type(const DownloadedCacheEntry entry, const char * mime_type );
234
234
        u64 gf_cache_get_start_range( const DownloadedCacheEntry entry );
235
235
        u64 gf_cache_get_end_range( const DownloadedCacheEntry entry );
236
236
 
 
237
/*! @} */
 
238
 
237
239
#ifdef __cplusplus
238
240
}
239
241
#endif