diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2011-08-06 22:13:12 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2011-10-08 14:07:58 +0200 |
commit | de5cb3b70bd6c3ff8216ea326e61b152f7466c4f (patch) | |
tree | 712807504839c6a891460f76a5ad106982fdd2ce /libjuicer/sj-extractor.h | |
parent | 624b01cb7775037ea2f6ec5076b87e2c61adfa5e (diff) |
Replace GnomeMediaProfile with GstEncodingProfileencodebin
Diffstat (limited to 'libjuicer/sj-extractor.h')
-rw-r--r-- | libjuicer/sj-extractor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjuicer/sj-extractor.h b/libjuicer/sj-extractor.h index bbe23fc..7e71803 100644 --- a/libjuicer/sj-extractor.h +++ b/libjuicer/sj-extractor.h @@ -26,7 +26,7 @@ #include <glib.h> #include <glib-object.h> #include <gio/gio.h> -#include <libgnome-media-profiles/audio-profile.h> +#include "rb-gst-media-types.h" #include "sj-structures.h" G_BEGIN_DECLS @@ -71,7 +71,7 @@ void sj_extractor_extract_track (SjExtractor *extractor, const TrackDetails *tra void sj_extractor_cancel_extract (SjExtractor *extractor); -gboolean sj_extractor_supports_profile (GMAudioProfile *profile); +gboolean sj_extractor_supports_profile (GstEncodingProfile *profile); gboolean sj_extractor_supports_encoding (GError **error); |