~ubuntu-branches/ubuntu/precise/gst-plugins-base0.10/precise-updates

« back to all changes in this revision

Viewing changes to gst-libs/gst/pbutils/encoding-profile.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-12 12:40:13 UTC
  • mfrom: (36.1.15 experimental)
  • Revision ID: package-import@ubuntu.com-20111212124013-onyadfb150d8c5dk
Tags: 0.10.35.2-2
* debian/libgstreamer-plugins-base.install:
  + Add license translations file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
G_BEGIN_DECLS
27
27
 
28
28
#include <gst/pbutils/pbutils-enumtypes.h>
 
29
#include <gst/pbutils/gstdiscoverer.h>
29
30
 
30
31
/**
31
32
 * GstEncodingProfile:
182
183
                                                           guint pass);
183
184
void     gst_encoding_video_profile_set_variableframerate (GstEncodingVideoProfile *prof,
184
185
                                                           gboolean variableframerate);
 
186
 
 
187
GstEncodingProfile * gst_encoding_profile_from_discoverer (GstDiscovererInfo *info);
 
188
 
185
189
G_END_DECLS
186
190
 
187
191
#endif /* __GST_PROFILE_H__ */