summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpchannels.h
Commit message (Collapse)AuthorAgeFilesLines
* rtp: fix channel positions for monoWim Taymans2009-05-211-1/+1
|
* gst/rtp/gstrtpchannels.*: Add method to get possible channel positions.Wim Taymans2008-10-281-0/+1
| | | | | | | Original commit message from CVS: * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index): * gst/rtp/gstrtpchannels.h: Add method to get possible channel positions.
* gst/rtp/: Add mappings for multichannel support. Does not completely just ↵Wim Taymans2008-10-281-0/+185
work because the getcaps function does not ... Original commit message from CVS: * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps): * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps): * gst/rtp/gstrtpchannels.c: (check_channels), (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order), (gst_rtp_channels_create_default): * gst/rtp/gstrtpchannels.h: Add mappings for multichannel support. Does not completely just work because the getcaps function does not yet return the allowed channel mappings. See #556641.