summaryrefslogtreecommitdiffstats
path: root/ext/libfame/gstlibfame.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-01 12:28:28 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-01 12:28:28 +0000
commit8c348ff58094f6385c97e9c9d260d7ae229d3fe9 (patch)
tree2d232cd5b024f0fd60fedcf63b9977d066342f25 /ext/libfame/gstlibfame.h
parent1afe0eed8e16e9f2c857c6a315e5fae6c1c70ae4 (diff)
downloadgst-plugins-bad-8c348ff58094f6385c97e9c9d260d7ae229d3fe9.tar.gz
gst-plugins-bad-8c348ff58094f6385c97e9c9d260d7ae229d3fe9.tar.bz2
gst-plugins-bad-8c348ff58094f6385c97e9c9d260d7ae229d3fe9.zip
added encoding pattern property
Original commit message from CVS: added encoding pattern property B-frames don't work
Diffstat (limited to 'ext/libfame/gstlibfame.h')
-rw-r--r--ext/libfame/gstlibfame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/libfame/gstlibfame.h b/ext/libfame/gstlibfame.h
index f56f651d..59e85b9d 100644
--- a/ext/libfame/gstlibfame.h
+++ b/ext/libfame/gstlibfame.h
@@ -61,6 +61,9 @@ struct _GstLibfame {
/* the size of the output buffer */
gint outsize;
+ /* encoding pattern string */
+ gchar *pattern;
+
/* libfame stuff */
fame_context_t *fc;
fame_parameters_t fp;