Skip to content
Snippets Groups Projects
  1. Aug 03, 2007
  2. Jul 27, 2007
  3. Jul 26, 2007
    • Jan Schmidt's avatar
      gst-libs/gst/: Move the rtspextension.h interface into gstrtspextension.h as... · aa14635c
      Jan Schmidt authored
      gst-libs/gst/: Move the rtspextension.h interface into gstrtspextension.h as part of libgstrtsp instead of libgstinte...
      
      Original commit message from CVS:
      * gst-libs/gst/interfaces/Makefile.am:
      * gst-libs/gst/interfaces/interfaces-marshal.list:
      * gst-libs/gst/interfaces/rtspextension.c:
      * gst-libs/gst/interfaces/rtspextension.h:
      * gst-libs/gst/rtsp/Makefile.am:
      * gst-libs/gst/rtsp/gstrtsp.h:
      * gst-libs/gst/rtsp/gstrtspextension.c:
      (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
      (gst_rtsp_extension_detect_server),
      (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
      (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
      (gst_rtsp_extension_configure_stream),
      (gst_rtsp_extension_get_transports),
      (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
      * gst-libs/gst/rtsp/gstrtspextension.h:
      * gst-libs/gst/rtsp/rtsp-marshal.list:
      Move the rtspextension.h interface into gstrtspextension.h
      as part of libgstrtsp instead of libgstinterfaces, because it's
      only for use within plugins, not applications.
      Add stuff to do the enum & marshal generation needed in libgstrtsp now.
      Use the GST_TYPE_RTSP_RESULT enum type for the return value of the
      signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
      is abstract.
      aa14635c
    • Wim Taymans's avatar
      gst-libs/gst/interfaces/: Fix marshaller for the send signal. · 6d1a34ef
      Wim Taymans authored
      Original commit message from CVS:
      * gst-libs/gst/interfaces/Makefile.am:
      * gst-libs/gst/interfaces/interfaces-marshal.list:
      * gst-libs/gst/interfaces/rtspextension.c:
      (gst_rtsp_extension_iface_init),
      (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
      * gst-libs/gst/interfaces/rtspextension.h:
      Fix marshaller for the send signal.
      Add URL to stream selection interface method.
      6d1a34ef
    • Jan Schmidt's avatar
      gst-libs/gst/riff/Makefile.am: Pull in our dependencies from -base before those from outside. · 50a3a239
      Jan Schmidt authored
      Original commit message from CVS:
      * gst-libs/gst/riff/Makefile.am:
      Pull in our dependencies from -base before those from outside.
      50a3a239
    • Wim Taymans's avatar
      API: gst_rtsp_base64_decode_ip() · 2c35823b
      Wim Taymans authored
      Original commit message from CVS:
      * docs/libs/gst-plugins-base-libs-sections.txt:
      * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
      * gst-libs/gst/rtsp/gstrtspbase64.h:
      API: gst_rtsp_base64_decode_ip()
      Added function to decode Base64 in-place.
      2c35823b
    • Jan Schmidt's avatar
      tests/check/libs/.cvsignore: Ignore the mixer test binary. · 58afe32d
      Jan Schmidt authored
      Original commit message from CVS:
      * tests/check/libs/.cvsignore:
      Ignore the mixer test binary.
      58afe32d
    • Jan Schmidt's avatar
      ext/vorbis/vorbisdec.c: Gratuitous comment change to trigger a rebuild on the buildbots. · b947924e
      Jan Schmidt authored
      Original commit message from CVS:
      * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
      Gratuitous comment change to trigger a rebuild on the buildbots.
      b947924e
  4. Jul 25, 2007
    • Wim Taymans's avatar
      gst-libs/gst/sdp/gstsdpmessage.*: Constify args where we can. · 8db50d49
      Wim Taymans authored
      Original commit message from CVS:
      * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
      (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
      (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
      (gst_sdp_media_get_format), (gst_sdp_media_get_information),
      (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
      (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
      (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
      (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
      (gst_sdp_media_get_attribute_val):
      * gst-libs/gst/sdp/gstsdpmessage.h:
      Constify args where we can.
      8db50d49
    • Wim Taymans's avatar
      gst-libs/gst/interfaces/: Move interface for RTSP extensions from -good to here. · 256d005e
      Wim Taymans authored
      Original commit message from CVS:
      * gst-libs/gst/interfaces/Makefile.am:
      * gst-libs/gst/interfaces/rtspextension.c:
      (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
      (gst_rtsp_extension_detect_server),
      (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
      (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
      (gst_rtsp_extension_configure_stream),
      (gst_rtsp_extension_get_transports),
      (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
      * gst-libs/gst/interfaces/rtspextension.h:
      Move interface for RTSP extensions from -good to here.
      Added helper methods to invoke interface methods.
      256d005e
    • Wim Taymans's avatar
      Fix some more RTSP docs. · 77c284a3
      Wim Taymans authored
      Original commit message from CVS:
      * docs/libs/gst-plugins-base-libs-sections.txt:
      * gst-libs/gst/rtsp/gstrtspdefs.h:
      * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
      (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
      (gst_rtsp_message_init_response),
      (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
      (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
      (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
      (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
      (gst_rtsp_message_get_body), (dump_key_value):
      * gst-libs/gst/rtsp/gstrtspmessage.h:
      * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
      (parse_npt_range), (parse_clock_range), (parse_smpte_range),
      (gst_rtsp_range_parse):
      * gst-libs/gst/rtsp/gstrtsprange.h:
      * gst-libs/gst/rtsp/gstrtsptransport.c:
      * gst-libs/gst/rtsp/gstrtspurl.c:
      Fix some more RTSP docs.
      Add some missing methods for dealing with messages.
      77c284a3
  5. Jul 24, 2007
    • Wim Taymans's avatar
      Added beginnings of RTSP documentation. · 3dff14d6
      Wim Taymans authored
      Original commit message from CVS:
      * docs/libs/gst-plugins-base-libs-docs.sgml:
      * docs/libs/gst-plugins-base-libs-sections.txt:
      * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
      * gst-libs/gst/rtsp/gstrtspbase64.h:
      * gst-libs/gst/rtsp/gstrtspconnection.c:
      (gst_rtsp_connection_connect), (add_auth_header),
      (gst_rtsp_connection_write), (gst_rtsp_connection_send),
      (read_body), (gst_rtsp_connection_receive),
      (gst_rtsp_connection_next_timeout),
      (gst_rtsp_connection_reset_timeout),
      (gst_rtsp_connection_set_auth):
      * gst-libs/gst/rtsp/gstrtspconnection.h:
      * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
      * gst-libs/gst/rtsp/gstrtspdefs.h:
      * gst-libs/gst/rtsp/gstrtspmessage.h:
      * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
      (parse_npt_range), (parse_clock_range), (parse_smpte_range),
      (gst_rtsp_range_parse):
      * gst-libs/gst/rtsp/gstrtspurl.h:
      Added beginnings of RTSP documentation.
      3dff14d6
    • Wim Taymans's avatar
      Document the SDP library. · ee42361c
      Wim Taymans authored
      Original commit message from CVS:
      * docs/libs/Makefile.am:
      * docs/libs/gst-plugins-base-libs-docs.sgml:
      * docs/libs/gst-plugins-base-libs-sections.txt:
      * gst-libs/gst/sdp/gstsdp.h:
      * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
      (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
      (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
      (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
      (gst_sdp_message_get_attribute_val),
      (gst_sdp_message_add_attribute), (gst_sdp_media_new),
      (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
      (gst_sdp_media_get_media), (gst_sdp_media_set_media),
      (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
      (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
      (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
      (gst_sdp_media_get_format), (gst_sdp_media_add_format),
      (gst_sdp_media_get_information), (gst_sdp_media_set_information),
      (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
      (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
      (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
      (gst_sdp_media_set_key), (gst_sdp_media_get_key),
      (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
      (gst_sdp_media_get_attribute_val_n),
      (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
      (print_media), (gst_sdp_message_dump):
      * gst-libs/gst/sdp/gstsdpmessage.h:
      Document the SDP library.
      Add some of the missing SDPMedia methods.
      ee42361c
    • Wim Taymans's avatar
      Move SDP and RTSP from helper objects in -good to a reusable library. · 19e0dd31
      Wim Taymans authored
      Original commit message from CVS:
      * configure.ac:
      * gst-libs/gst/Makefile.am:
      * gst-libs/gst/rtsp/Makefile.am:
      * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
      * gst-libs/gst/rtsp/gstrtspbase64.h:
      * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
      (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
      (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
      (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
      (parse_response_status), (parse_request_line), (parse_line),
      (gst_rtsp_connection_read), (read_body),
      (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
      (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
      (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
      (gst_rtsp_connection_set_auth):
      * gst-libs/gst/rtsp/gstrtspconnection.h:
      * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
      (gst_rtsp_strresult), (gst_rtsp_method_as_text),
      (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
      (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
      (gst_rtsp_find_method):
      * gst-libs/gst/rtsp/gstrtspdefs.h:
      * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
      (gst_rtsp_message_new), (gst_rtsp_message_init),
      (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
      (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
      (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
      (gst_rtsp_message_free), (gst_rtsp_message_add_header),
      (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
      (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
      (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
      (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
      (gst_rtsp_message_dump):
      * gst-libs/gst/rtsp/gstrtspmessage.h:
      * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
      (parse_npt_range), (parse_clock_range), (parse_smpte_range),
      (gst_rtsp_range_parse), (gst_rtsp_range_free):
      * gst-libs/gst/rtsp/gstrtsprange.h:
      * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
      (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
      (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
      (range_as_text), (rtsp_transport_mode_as_text),
      (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
      (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
      (gst_rtsp_transport_free):
      * gst-libs/gst/rtsp/gstrtsptransport.h:
      * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
      (gst_rtsp_url_free), (gst_rtsp_url_set_port),
      (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
      * gst-libs/gst/rtsp/gstrtspurl.h:
      * gst-libs/gst/sdp/Makefile.am:
      * gst-libs/gst/sdp/gstsdp.h:
      * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
      (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
      (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
      (gst_sdp_attribute_init), (gst_sdp_message_new),
      (gst_sdp_message_init), (gst_sdp_message_uninit),
      (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
      (gst_sdp_media_uninit), (gst_sdp_media_free),
      (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
      (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
      (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
      (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
      (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
      (gst_sdp_message_get_attribute_val),
      (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
      (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
      (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
      (gst_sdp_media_get_attribute_val_n),
      (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
      (read_string), (read_string_del), (gst_sdp_parse_line),
      (gst_sdp_message_parse_buffer), (print_media),
      (gst_sdp_message_dump):
      * gst-libs/gst/sdp/gstsdpmessage.h:
      * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
      Move SDP and RTSP from helper objects in -good to a reusable library.
      Use a proper gst_ namespace.
      19e0dd31
  6. Jul 23, 2007
  7. Jul 21, 2007
    • Jan Schmidt's avatar
      gst-libs/gst/interfaces/mixer.h: Add padding vars in place of the signal... · 0776d87e
      Jan Schmidt authored
      gst-libs/gst/interfaces/mixer.h: Add padding vars in place of the signal pointers when building with DISABLE_DEPRECAT...
      
      Original commit message from CVS:
      * gst-libs/gst/interfaces/mixer.h:
      Add padding vars in place of the signal pointers
      when building with DISABLE_DEPRECATED so that the
      interface structure doesn't change size.
      0776d87e
    • Marc-André Lureau's avatar
      Fixes: #152864 · c161e293
      Marc-André Lureau authored
      Original commit message from CVS:
      * docs/libs/gst-plugins-base-libs-sections.txt:
      * ext/alsa/gstalsamixer.c:
      * ext/alsa/gstalsamixer.h:
      * ext/alsa/gstalsamixerelement.c:
      * ext/alsa/gstalsamixertrack.c:
      * gst-libs/gst/interfaces/mixer.c:
      * gst-libs/gst/interfaces/mixer.h:
      * gst-libs/gst/interfaces/mixeroptions.c:
      * gst-libs/gst/interfaces/mixeroptions.h:
      * gst-libs/gst/interfaces/mixertrack.c:
      * gst-libs/gst/interfaces/mixertrack.h:
      * tests/check/Makefile.am:
      * tests/check/libs/mixer.c:
      Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
      Fixes: #152864
      Add support for notifying mixer changes on the message bus, and
      implement it in alsamixer.
      API: gst_mixer_get_mixer_flags
      API: gst_mixer_message_parse_mute_toggled
      API: gst_mixer_message_parse_record_toggled
      API: gst_mixer_message_parse_volume_changed
      API: gst_mixer_message_parse_option_changed
      API: GstMixerMessageType
      API: GstMixerFlags
      c161e293
  8. Jul 20, 2007
    • Michael Smith's avatar
      sys/xvimage/xvimagesink.c: xcontext->im_format is only for testing XShm... · 11cf0dcd
      Michael Smith authored
      sys/xvimage/xvimagesink.c: xcontext->im_format is only for testing XShm support (as the header file comments document...
      
      Original commit message from CVS:
      * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
      (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
      xcontext->im_format is only for testing XShm support (as the header
      file comments document). Use xvimage->im_format for everything else.
      Avoids spurious warnings on buffer allocation before setcaps.
      11cf0dcd
    • Stefan Kost's avatar
      tests/: We should use $(LIBM). · 9b2fb4d8
      Stefan Kost authored
      Original commit message from CVS:
      * tests/examples/volume/Makefile.am:
      * tests/icles/Makefile.am:
      We should use $(LIBM).
      9b2fb4d8
    • Stefan Kost's avatar
      tests/icles/Makefile.am: This needs -lm. · f50d9ab5
      Stefan Kost authored
      Original commit message from CVS:
      * tests/icles/Makefile.am:
      This needs -lm.
      f50d9ab5
  9. Jul 18, 2007
    • Stefan Kost's avatar
      Add stdlib include (free, atoi, exit). · dcd847c6
      Stefan Kost authored
      Original commit message from CVS:
      * examples/app/appsrc_ex.c:
      * examples/switch/switcher.c:
      * ext/neon/gstneonhttpsrc.c:
      * ext/timidity/gstwildmidi.c:
      * ext/x264/gstx264enc.c:
      * gst/mve/mveaudioenc.c: (mve_compress_audio):
      * gst/rtpmanager/gstrtpclient.c:
      * gst/rtpmanager/gstrtpjitterbuffer.c:
      * gst/spectrum/demo-audiotest.c:
      * gst/spectrum/demo-osssrc.c:
      * sys/dvb/gstdvbsrc.c:
      Add stdlib include (free, atoi, exit).
      dcd847c6
  10. Jul 16, 2007
    • Wim Taymans's avatar
      gst-libs/gst/rtp/gstbasertppayload.c: Don't break ABI, restore previous... · d0e9a76a
      Wim Taymans authored
      gst-libs/gst/rtp/gstbasertppayload.c: Don't break ABI, restore previous ranges. Keep the default random selection of ...
      
      Original commit message from CVS:
      * gst-libs/gst/rtp/gstbasertppayload.c:
      (gst_basertppayload_class_init), (gst_basertppayload_init),
      (gst_basertppayload_set_property),
      (gst_basertppayload_get_property):
      Don't break ABI, restore previous ranges. Keep the default random
      selection of timestamp and seqnum offset but as soon as the app sets a
      specific value, use that one.
      d0e9a76a
  11. Jul 14, 2007
    • Bastien Nocera's avatar
      sys/xvimage/xvimagesink.*: Add option to turn off double-buffering for debugging purposes. · 312c0bd5
      Bastien Nocera authored and Wim Taymans's avatar Wim Taymans committed
      Original commit message from CVS:
      Patch by: Bastien Nocera <hadess at hadess dot net>
      * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
      (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
      (gst_xvimagesink_init), (gst_xvimagesink_class_init):
      * sys/xvimage/xvimagesink.h:
      Add option to turn off double-buffering for debugging purposes.
      Fixes #437169.
      312c0bd5
    • Jorn Baayen's avatar
      sys/: add 'handle-expose' property. Useful for video widgets which may want to... · 877fa603
      Jorn Baayen authored and Wim Taymans's avatar Wim Taymans committed
      sys/: add 'handle-expose' property. Useful for video widgets which may want to be in control of Expose behaviour. Fix...
      
      Original commit message from CVS:
      Patch by: Jorn Baayen <jorn at openedhand dot com>
      * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
      (gst_ximagesink_set_property), (gst_ximagesink_get_property),
      (gst_ximagesink_init), (gst_ximagesink_class_init):
      * sys/ximage/ximagesink.h:
      * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
      (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
      (gst_xvimagesink_init), (gst_xvimagesink_class_init):
      * sys/xvimage/xvimagesink.h:
      add 'handle-expose' property. Useful for video widgets which may want to
      be in control of Expose behaviour. Fixes #380625
      877fa603
    • Wim Taymans's avatar
      gst-libs/gst/rtp/gstbasertppayload.*: Fix ranges of rtp payloader properties... · c82275a5
      Wim Taymans authored
      gst-libs/gst/rtp/gstbasertppayload.*: Fix ranges of rtp payloader properties so that the full range can be used in ad...
      
      Original commit message from CVS:
      * gst-libs/gst/rtp/gstbasertppayload.c:
      (gst_basertppayload_class_init), (gst_basertppayload_init),
      (gst_basertppayload_event), (gst_basertppayload_push),
      (gst_basertppayload_set_property),
      (gst_basertppayload_get_property),
      (gst_basertppayload_change_state):
      * gst-libs/gst/rtp/gstbasertppayload.h:
      Fix ranges of rtp payloader properties so that the full range can be
      used in addition to -1 (random).
      Fix wrong seqnum reporting in caps.
      Fixes #420326.
      c82275a5
  12. Jul 13, 2007
    • Wim Taymans's avatar
      gst/videorate/gstvideorate.c: Use boilerplate. · e59c1106
      Wim Taymans authored
      Original commit message from CVS:
      * gst/videorate/gstvideorate.c: (gst_video_rate_init),
      (gst_video_rate_query):
      Use boilerplate.
      Add latency query, might not be perfect yet but already works a lot
      better. Fixes #442557.
      e59c1106
    • Jan Schmidt's avatar
      sys/xvimage/xvimagesink.*: After a caps change, redraw our borders to avoid... · 47636149
      Jan Schmidt authored
      sys/xvimage/xvimagesink.*: After a caps change, redraw our borders to avoid garbage left there when the image format ...
      
      Original commit message from CVS:
      * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
      (gst_xvimagesink_setcaps):
      * sys/xvimage/xvimagesink.h:
      After a caps change, redraw our borders to avoid garbage left there
      when the image format changes to a smaller size, like 16:9 -> 4:3
      Also, hold the flow_lock a bit longer in the set_caps while we're
      fiddling with the xcontext.
      47636149
    • Jan Schmidt's avatar
      Remove bogus check for libcheck, since we check for gstreamer-check and it... · 2b8d07ba
      Jan Schmidt authored
      Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and...
      
      Original commit message from CVS:
      * Makefile.am:
      * configure.ac:
      * tests/Makefile.am:
      Remove bogus check for libcheck, since we check for
      gstreamer-check and it pulls in the required info from there, and we
      weren't actually _using_ the information for libcheck ourselves
      anyway.
      2b8d07ba
    • Jan Schmidt's avatar
      gst/ffmpegcolorspace/gstffmpegcodecmap.c: Fix the r_mask test for RGBA32 on little-endian. · b6ee0fa3
      Jan Schmidt authored
      Original commit message from CVS:
      * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
      (gst_ffmpeg_caps_to_pixfmt):
      Fix the r_mask test for RGBA32 on little-endian.
      Fix a stupid typo that would have obviously broken
      compilation on big-endian, if anyone was testing.
      b6ee0fa3
  13. Jul 12, 2007
Loading