projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84c3d1a
)
g726pay: fix compilation
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 27 Apr 2009 08:08:39 +0000
(10:08 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 27 Apr 2009 08:08:55 +0000
(10:08 +0200)
gst/rtp/gstrtpg726pay.c
patch
|
blob
|
history
diff --git
a/gst/rtp/gstrtpg726pay.c
b/gst/rtp/gstrtpg726pay.c
index 9903a7c807a97d00aaa240ce1c9c227b85f3af83..d68a813f4802505b7ab9ac3fa4bbd77fb87c4b6c 100644
(file)
--- a/
gst/rtp/gstrtpg726pay.c
+++ b/
gst/rtp/gstrtpg726pay.c
@@
-99,8
+99,10
@@
gst_rtp_g726_pay_base_init (gpointer klass)
static void
gst_rtp_g726_pay_class_init (GstRtpG726PayClass * klass)
{
+ GObjectClass *gobject_class;
GstBaseRTPPayloadClass *gstbasertppayload_class;
+ gobject_class = (GObjectClass *) klass;
gstbasertppayload_class = (GstBaseRTPPayloadClass *) klass;
gobject_class->set_property = gst_rtp_g726_pay_set_property;