gst/adder/gstadder.c: Correctly declare the supported endianness on the pad templates...
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 14 May 2008 10:58:52 +0000 (10:58 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 14 May 2008 10:58:52 +0000 (10:58 +0000)
commit6720c5beb8038b47f9125576238b54b870314a4c
tree715851ea079b624ec70e330f89f0902d3a98efca
parent5965f5e8a9ed5e39988d04951a6ff258d217f507
gst/adder/gstadder.c: Correctly declare the supported endianness on the pad templates and check for correct endiannes...

Original commit message from CVS:
* gst/adder/gstadder.c: (gst_adder_setcaps),
(gst_adder_class_init):
Correctly declare the supported endianness on the pad templates
and check for correct endianness in the set caps function. Adder
only supports native endianness.
Also use gst_element_class_set_details_simple().
ChangeLog
gst/adder/gstadder.c