~ubuntu-branches/ubuntu/feisty/gst-plugins-good0.10/feisty-security

« back to all changes in this revision

Viewing changes to gst/rtp/gstrtpmp4vpay.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-12-21 21:12:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061221211215-3uukkusokhe0nk4f
Tags: 0.10.5-0ubuntu1
* Sync with pkg-gstreamer SVN:
  + debian/rules:
    - Use Ubuntu as distribution name and point to the proper Launchpad URL
  + debian/patches/01_esdsink-priority.patch:
    - Mark the esdsink with rank primary-2 to get
      pulse > alsadmix > esd > alsa > oss

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
/* elementfactory information */
34
34
static const GstElementDetails gst_rtp_mp4vpay_details =
35
 
GST_ELEMENT_DETAILS ("RTP packet parser",
 
35
GST_ELEMENT_DETAILS ("RTP packet payloader",
36
36
    "Codec/Payloader/Network",
37
37
    "Payload MPEG4 video as RTP packets (RFC 3016)",
38
38
    "Wim Taymans <wim@fluendo.com>");